1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02: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

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"
}
}