This commit is contained in:
9
node_modules/what-input/.stylelintrc
generated
vendored
Normal file
9
node_modules/what-input/.stylelintrc
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
|
||||
"rules": {
|
||||
"at-rule-no-unknown": [true, {
|
||||
ignoreAtRules: ['include', 'extend', 'mixin', 'function', 'return', 'for', 'if', 'else', 'warn']
|
||||
}],
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user