mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Update eslint config for the new xo rules.
This commit is contained in:
parent
0b12f61e3c
commit
105687ac4a
@ -47,7 +47,11 @@
|
|||||||
"unicorn/filename-case": "off",
|
"unicorn/filename-case": "off",
|
||||||
"unicorn/import-index": "off",
|
"unicorn/import-index": "off",
|
||||||
"unicorn/no-unused-properties": "error",
|
"unicorn/no-unused-properties": "error",
|
||||||
|
"unicorn/prefer-includes": "off",
|
||||||
"unicorn/prefer-node-append": "off",
|
"unicorn/prefer-node-append": "off",
|
||||||
"unicorn/prefer-query-selector": "off"
|
"unicorn/prefer-node-remove": "off",
|
||||||
|
"unicorn/prefer-query-selector": "off",
|
||||||
|
"unicorn/prefer-text-content": "off",
|
||||||
|
"unicorn/prevent-abbreviations": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,10 @@
|
|||||||
"strict": "error",
|
"strict": "error",
|
||||||
"unicorn/filename-case": "off",
|
"unicorn/filename-case": "off",
|
||||||
"unicorn/no-unused-properties": "error",
|
"unicorn/no-unused-properties": "error",
|
||||||
|
"unicorn/prefer-includes": "off",
|
||||||
"unicorn/prefer-node-append": "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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,9 @@
|
|||||||
"never"
|
"never"
|
||||||
],
|
],
|
||||||
"strict": "error",
|
"strict": "error",
|
||||||
"unicorn/prefer-query-selector": "off"
|
"unicorn/prefer-includes": "off",
|
||||||
|
"unicorn/prefer-node-append": "off",
|
||||||
|
"unicorn/prefer-query-selector": "off",
|
||||||
|
"unicorn/prevent-abbreviations": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user