Permalink
Browse files
Ignore fixtures in Flow and ESLint
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+1
−0
.eslintignore
-
+1
−0
.flowconfig
|
|
@@ -10,6 +10,7 @@ docs/vendor/bundle/ |
|
|
# This should be more like examples/**/thirdparty/** but
|
|
|
# we should fix https://github.com/facebook/esprima/pull/85 first
|
|
|
examples/
|
|
|
+fixtures/
|
|
|
# Ignore built files.
|
|
|
build/
|
|
|
coverage/
|
|
|
|
|
|
@@ -1,6 +1,7 @@ |
|
|
[ignore]
|
|
|
|
|
|
<PROJECT_ROOT>/examples/.*
|
|
|
+<PROJECT_ROOT>/fixtures/.*
|
|
|
<PROJECT_ROOT>/build/.*
|
|
|
<PROJECT_ROOT>/.*/node_modules/y18n/.*
|
|
|
<PROJECT_ROOT>/.*/__mocks__/.*
|
|
|
|
0 comments on commit
935bdbe