Meta: add stylelint with config
This commit is contained in:
parent
5684e3d819
commit
2d130787bd
6 changed files with 1278 additions and 0 deletions
14
.stylelintrc.json
Normal file
14
.stylelintrc.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss",
|
||||
"stylelint-stylistic/config"
|
||||
],
|
||||
"plugins": [
|
||||
"stylelint-scss",
|
||||
"stylelint-stylistic"
|
||||
],
|
||||
"rules": {
|
||||
"media-feature-range-notation": "prefix",
|
||||
"stylistic/max-empty-lines": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue