2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Disable a few rules for now.

This commit is contained in:
XhmikosR
2019-02-26 15:13:59 +02:00
parent 46c037410b
commit 5bcd6a29cd
3 changed files with 12 additions and 2 deletions
+4 -1
View File
@@ -42,6 +42,7 @@
"error",
"always-multiline"
],
"new-cap": "off",
"object-curly-spacing": [
"error",
"always"
@@ -52,6 +53,8 @@
],
"strict": "error",
"unicorn/filename-case": "off",
"unicorn/no-unused-properties": "error"
"unicorn/no-unused-properties": "error",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-query-selector": "off"
}
}