merged stylint files with package.json

This commit is contained in:
Florian Bouillon 2019-03-29 00:21:32 +01:00
parent 213aedfecb
commit 0b7e97dadb
3 changed files with 6 additions and 4 deletions

View File

@ -1 +0,0 @@
vendor/**

View File

@ -1,3 +0,0 @@
{
"extends": "stylelint-config-standard"
}

View File

@ -10,5 +10,11 @@
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-standard": "^18.2.0"
},
"stylelint": {
"extends": "stylelint-config-standard",
"ignorFiles": [
"vendor/**"
]
}
}