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/.eslintrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spec/fixtures/test.git/.eslintrc (limited to 'spec/fixtures/test.git/.eslintrc') diff --git a/spec/fixtures/test.git/.eslintrc b/spec/fixtures/test.git/.eslintrc new file mode 100644 index 0000000..f94ba96 --- /dev/null +++ b/spec/fixtures/test.git/.eslintrc @@ -0,0 +1,7 @@ +{ + "env": { + "browser": true, + "es6": true + }, + "extends": "eslint:recommended" +} -- cgit v1.2.3