diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2016-09-11 14:49:59 +0200 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2016-09-11 15:13:42 +0200 |
commit | 1845f2e31adc6f9b1513b779f44e3bd347d6fd11 (patch) | |
tree | 41d61b6b061234f0f1ccab2f86898386a3ee6bcf /spec/fixtures | |
parent | 3403f9d12247884c18ffe7a1636fe12c3fb0f0da (diff) | |
download | pronto-hlint-1845f2e31adc6f9b1513b779f44e3bd347d6fd11.tar.gz pronto-hlint-1845f2e31adc6f9b1513b779f44e3bd347d6fd11.tar.zst pronto-hlint-1845f2e31adc6f9b1513b779f44e3bd347d6fd11.zip |
Allow to set config with `.pronto_eslint_npm.yml`
Make configuration dependent on instance instead of class, too.
Diffstat (limited to 'spec/fixtures')
-rwxr-xr-x | spec/fixtures/test.git/custom_eslint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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' | |||