From 6934792eb34c75c16ac810951d0abadfe96238a9 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Sun, 4 Feb 2018 13:38:18 -0600 Subject: lint: move eslint to new plugin system PR-URL: https://github.com/nodejs/node/pull/18566 Reviewed-By: Joyee Cheung Reviewed-By: Roman Reiss --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3