Add stylelint configuration

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-11-24 14:06:14 -02:00
parent e6f9812b99
commit 05dfb76449
3 changed files with 1453 additions and 16 deletions

7
.stylelintrc.json Normal file
View File

@ -0,0 +1,7 @@
{
"extends": "stylelint-config-recommended-scss",
"rules": {
"no-descending-specificity": null,
"no-duplicate-selectors": null
}
}

View File

@ -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",

1457
yarn.lock

File diff suppressed because it is too large Load Diff