Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upunable to parse ReactJS contextTypes using Standard + babel-eslint in SublimeText 3 (SublimeLinter) #613
Comments
feross
added
the
question
label
Sep 10, 2016
This comment has been minimized.
This comment has been minimized.
|
The correct place to add the See the instructions here: http://standardjs.com/#can-i-use-a-custom-js-parser-for-bleeding-edge-es-next-support |
feross
closed this
Sep 10, 2016
This comment has been minimized.
This comment has been minimized.
|
Outstanding, thanks (for the answer and the linter)! |
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
dustypomerleau commentedSep 6, 2016
•
edited
I am using this React Native sample code as a template to add tabbed navigation to a React Native mobile app:
https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NavigationHeader-Tabs-example.js
In my project, the following code can't be parsed:
In my SublimeLinter settings I have:
All npm packages are installed globally:
standard@8.0.0
babel-eslint@6.1.2
eslint-plugin-react@6.2.0
I have installed SublimeLinter-contrib-standard via ST3 package control, and I don't have any other linters.
EDIT: I should mention that the app performs as expected, without errors. Thanks in advance,
DP