aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2016-07-09 00:46:58 +0300
committerOleg Gaidarenko <markelog@gmail.com>2016-07-09 00:49:43 +0300
commit522f546d9607022a312cc30f8699c5282469f9a1 (patch)
tree40cb1e4e81ef38ba21a8f731f0148f67c71ff558 /dist
parent93f706200c6101df137469ba2e0d965e93508991 (diff)
downloadjquery-522f546d9607022a312cc30f8699c5282469f9a1.tar.gz
jquery-522f546d9607022a312cc30f8699c5282469f9a1.zip
Build: More ESLint related changes
Diffstat (limited to 'dist')
-rw-r--r--dist/.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/.eslintrc b/dist/.eslintrc
index c86665b21..22a970f8a 100644
--- a/dist/.eslintrc
+++ b/dist/.eslintrc
@@ -5,6 +5,7 @@
"no-multiple-empty-lines": "off",
// Because sizze is not compatible to jquery code style
+ "no-unused-expressions": "off",
"lines-around-comment": "off",
"space-in-parens": "off",
"camelcase": "off",