From 295096252547f3abb76788fbadf0ce059e74f2cc Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Mon, 25 Jul 2016 16:03:07 +0200 Subject: Use system eslint instead of eslintrb This makes sure `eslint` works as expected, e.g. the config used is respected and full feature set is present. One has to make sure `eslint` is properly installed, though. --- spec/fixtures/test.git/hello.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/fixtures/test.git/hello.js') diff --git a/spec/fixtures/test.git/hello.js b/spec/fixtures/test.git/hello.js index 2d1b996..6ad633d 100644 --- a/spec/fixtures/test.git/hello.js +++ b/spec/fixtures/test.git/hello.js @@ -3,3 +3,5 @@ function HelloWorld(name) if (foo) foo++; alert(name); } + +function Empty() {} -- cgit v1.2.3