From d9e21b680909b633831fd7e1d998e56ebfc37555 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Dec 2014 20:45:51 -0800 Subject: eslint.json - don't worry about quote style. --- eslint.json | 1 + 1 file changed, 1 insertion(+) (limited to 'eslint.json') diff --git a/eslint.json b/eslint.json index cee3ecc..aba41a0 100644 --- a/eslint.json +++ b/eslint.json @@ -5,5 +5,6 @@ }, "rules": { "camelcase": false, + "quotes": false } } -- cgit v1.2.3