mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix .eslintignore
This commit is contained in:
+5
-1
@@ -7,7 +7,11 @@ src/**/__tests__/**
|
||||
# This should be enabled but that folder has too much in it that doesn't belong
|
||||
src/test
|
||||
test/the-files-to-test.generated.js
|
||||
vendor/
|
||||
# This is synced with a different file internally, don't want to lint it yet
|
||||
vendor/fbtransform/syntax.js
|
||||
vendor/jasmine/
|
||||
vendor/jasmine-jsreporter/
|
||||
vendor/*.js
|
||||
# But not in docs/_js/examples/*
|
||||
docs/_js/*.js
|
||||
docs/js/
|
||||
|
||||
Reference in New Issue
Block a user