mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
merged stylint files with package.json
This commit is contained in:
parent
213aedfecb
commit
0b7e97dadb
@ -1 +0,0 @@
|
|||||||
vendor/**
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "stylelint-config-standard"
|
|
||||||
}
|
|
@ -10,5 +10,11 @@
|
|||||||
"stylelint": "^9.10.1",
|
"stylelint": "^9.10.1",
|
||||||
"stylelint-config-recommended": "^2.1.0",
|
"stylelint-config-recommended": "^2.1.0",
|
||||||
"stylelint-config-standard": "^18.2.0"
|
"stylelint-config-standard": "^18.2.0"
|
||||||
|
},
|
||||||
|
"stylelint": {
|
||||||
|
"extends": "stylelint-config-standard",
|
||||||
|
"ignorFiles": [
|
||||||
|
"vendor/**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user