From 1845f2e31adc6f9b1513b779f44e3bd347d6fd11 Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Sun, 11 Sep 2016 14:49:59 +0200 Subject: Allow to set config with `.pronto_eslint_npm.yml` Make configuration dependent on instance instead of class, too. --- spec/fixtures/test.git/custom_eslint.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 spec/fixtures/test.git/custom_eslint.sh (limited to 'spec/fixtures') diff --git a/spec/fixtures/test.git/custom_eslint.sh b/spec/fixtures/test.git/custom_eslint.sh new file mode 100755 index 0000000..54fafdc --- /dev/null +++ b/spec/fixtures/test.git/custom_eslint.sh @@ -0,0 +1 @@ +printf 'custom eslint called' -- cgit v1.2.3