diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-09 00:46:58 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-09 00:49:43 +0300 |
commit | 522f546d9607022a312cc30f8699c5282469f9a1 (patch) | |
tree | 40cb1e4e81ef38ba21a8f731f0148f67c71ff558 /dist | |
parent | 93f706200c6101df137469ba2e0d965e93508991 (diff) | |
download | jquery-522f546d9607022a312cc30f8699c5282469f9a1.tar.gz jquery-522f546d9607022a312cc30f8699c5282469f9a1.zip |
Build: More ESLint related changes
Diffstat (limited to 'dist')
-rw-r--r-- | dist/.eslintrc | 1 |
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", |