From ed6d02e1a82707b2aff7b714cc1af8168e4bf3db Mon Sep 17 00:00:00 2001 From: chico Date: Fri, 20 Feb 2015 04:31:21 +0300 Subject: [PATCH] fix .eslintignore --- .eslintignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index ca6d53b336..a9e5557f7d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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/