Add stylelint and configure eslint to add custom plugin.
- Split up main.ts into multiple files.
This commit is contained in:
9
.stylelintrc.json
Normal file
9
.stylelintrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["stylelint-config-standard"],
|
||||
"rules": {
|
||||
"at-rule-disallowed-list": ["import"],
|
||||
"function-url-no-scheme-relative": true,
|
||||
"function-url-scheme-allowed-list": ["data"],
|
||||
"declaration-no-important": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user