-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scope prettier/eslint/typecheck to source folder only - excluding exa…
…mple folders
- Loading branch information
1 parent
d4cdddb
commit a450039
Showing
8 changed files
with
33 additions
and
43 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,8 +1,18 @@ | ||
**/node_modules/* | ||
**/react-native-live-markdown-parser.js | ||
lib/**/* | ||
*.test.* | ||
|
||
# any js file inside android and ios folders | ||
android/**/*.js | ||
ios/**/*.js | ||
|
||
# Ignore all files inside subproject folders | ||
example/**/* | ||
*.config.js | ||
WebExample/**/* | ||
parser/**/* | ||
|
||
# Output of the build process & scripts | ||
lib/**/* | ||
scripts/**/* | ||
|
||
babel.config.js | ||
.eslintrc.js | ||
.prettierrc.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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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