-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create separate lint calls for different subfolders & exclude them fr…
…om eslint ignore to enable ide highlights
- Loading branch information
1 parent
a450039
commit dfab75f
Showing
6 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
**/node_modules/* | ||
parser/react-native-live-markdown-parser.js | ||
|
||
# any js file inside android and ios folders | ||
android/**/*.js | ||
ios/**/*.js | ||
|
||
# Ignore all files inside subproject folders | ||
example/**/* | ||
WebExample/**/* | ||
parser/**/* | ||
**/android/**/*.js | ||
**/ios/**/*.js | ||
|
||
# Output of the build process & scripts | ||
lib/**/* | ||
scripts/**/* | ||
|
||
babel.config.js | ||
metro.config.js | ||
react-native.config.js | ||
jest.config.js | ||
webpack.config.js | ||
.eslintrc.js | ||
.prettierrc.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters