Permalink
Browse files

Ignore fixtures in Flow and ESLint

  • Loading branch information...
1 parent 5d96162 commit 935bdbec848e7d4f1a73998bfad8b315aeb633a7 @gaearon gaearon committed Jan 17, 2017
Showing with 2 additions and 0 deletions.
  1. +1 −0 .eslintignore
  2. +1 −0 .flowconfig
View
@@ -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/
View
@@ -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

Please sign in to comment.