doiuse
Version:
Lint CSS for browser support against caniuse database
18 lines • 366 B
JSON
{
"rules": {
"canonical/filename-match-exported": "off",
"canonical/filename-match-regex": "off",
"import/order": "off",
"max-len": "off",
"object-shorthand": [
"error",
"consistent"
],
"quote-props": [
"error",
"always"
],
"unicorn/no-empty-file": "off",
"unicorn/prevent-abbreviations": "off"
}
}