diff options
author | Eric Stern <github@ericstern.com> | 2017-08-22 13:35:09 -0700 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-08-22 21:35:09 +0100 |
commit | 2f19cf874b33f55312d1a5814eab16f8eec7432e (patch) | |
tree | f82c742bd303bd6ebbc73d5eaa8fe7ee90d3c975 /test/eslint-test-files | |
parent | 1a524ca63e51092ab10febea40a6f018b6e85173 (diff) | |
download | ale-2f19cf874b33f55312d1a5814eab16f8eec7432e.zip |
Suppress warning about .eslintignore'd file (#836)
* Suppress warning about .eslintignore'd file
* Fix slightly ironic lint error
* Lock error suppression behind a variable; add docs and tests
Diffstat (limited to 'test/eslint-test-files')
-rw-r--r-- | test/eslint-test-files/eslintignore/ignored.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/eslint-test-files/eslintignore/ignored.js b/test/eslint-test-files/eslintignore/ignored.js new file mode 100644 index 00000000..4ec1fa47 --- /dev/null +++ b/test/eslint-test-files/eslintignore/ignored.js @@ -0,0 +1 @@ +var foo = "bar"; |