Add stylelint configuration
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
e6f9812b99
commit
05dfb76449
7
.stylelintrc.json
Normal file
7
.stylelintrc.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "stylelint-config-recommended-scss",
|
||||
"rules": {
|
||||
"no-descending-specificity": null,
|
||||
"no-duplicate-selectors": null
|
||||
}
|
||||
}
|
||||
@ -21,7 +21,10 @@
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.9.0"
|
||||
"eslint": "^4.9.0",
|
||||
"stylelint": "^9.8.0",
|
||||
"stylelint-config-recommended-scss": "^3.2.0",
|
||||
"stylelint-scss": "^3.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "yarn run sass",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user