Commit 84861cea authored by XhmikosR's avatar XhmikosR
Browse files

.eslintrc.json: Remove a couple of default rules.

parent 90c5de15
2 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test
Showing with 0 additions and 8 deletions
+0 -8
......@@ -27,18 +27,10 @@
"always-multiline"
],
"new-cap": "off",
"no-mixed-operators": "error",
"object-curly-spacing": [
"error",
"always"
],
"prefer-destructuring": [
"error",
{
"object": true,
"array": false
}
],
"semi": [
"error",
"never"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment