mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
Update eslint config for the new xo rules.
This commit is contained in:
@@ -54,7 +54,10 @@
|
||||
"strict": "error",
|
||||
"unicorn/filename-case": "off",
|
||||
"unicorn/no-unused-properties": "error",
|
||||
"unicorn/prefer-includes": "off",
|
||||
"unicorn/prefer-node-append": "off",
|
||||
"unicorn/prefer-query-selector": "off"
|
||||
"unicorn/prefer-node-remove": "off",
|
||||
"unicorn/prefer-query-selector": "off",
|
||||
"unicorn/prevent-abbreviations": "off"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user