diff options
author | Gus Caplan <me@gus.host> | 2018-02-04 13:38:18 -0600 |
---|---|---|
committer | Gus Caplan <me@gus.host> | 2018-02-20 13:13:22 -0600 |
commit | 6934792eb34c75c16ac810951d0abadfe96238a9 (patch) | |
tree | 5f3f34eb259e15dba98c5419f228eafc27616f70 /.gitignore | |
parent | 7514eb3cff9f333882db0a3173247df06c0257e5 (diff) | |
download | node-new-6934792eb34c75c16ac810951d0abadfe96238a9.tar.gz |
lint: move eslint to new plugin system
PR-URL: https://github.com/nodejs/node/pull/18566
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ff301ace3..d619bb9a9c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ !tools/doc/node_modules/**/.* !.editorconfig !.eslintignore -!.eslintrc.yaml +!.eslintrc.js !.gitattributes !.github !.gitignore |