mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-23 18:59:50 +00:00
merged stylint files with package.json
This commit is contained in:
@ -1 +0,0 @@
|
||||
vendor/**
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard"
|
||||
}
|
@ -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/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user