aboutsummaryrefslogtreecommitdiffstats
path: root/dist/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'dist/.eslintrc.json')
-rw-r--r--dist/.eslintrc.json15
1 files changed, 1 insertions, 14 deletions
diff --git a/dist/.eslintrc.json b/dist/.eslintrc.json
index 45ba0c520..6108d1619 100644
--- a/dist/.eslintrc.json
+++ b/dist/.eslintrc.json
@@ -5,19 +5,6 @@
"rules": {
// That is okay for the built version
- "no-multiple-empty-lines": "off",
-
- // Sizzle is not compatible with jQuery code style
- "no-nested-ternary": "off",
- "no-unused-expressions": "off",
- "no-unused-vars": "off",
- "lines-around-comment": "off",
- "space-in-parens": "off",
- "camelcase": "off",
- "computed-property-spacing": "off",
- "max-len": "off",
- "dot-notation": "off",
- "semi-spacing": "off",
- "brace-style": "off"
+ "no-multiple-empty-lines": "off"
}
}