mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
Added stylelint as a dependency using Yarn
This commit is contained in:
parent
b377734ea6
commit
19ad5c54ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ cache/
|
|||||||
|
|
||||||
/vendor/
|
/vendor/
|
||||||
composer.lock
|
composer.lock
|
||||||
|
node_modules
|
||||||
|
14
package.json
Normal file
14
package.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "admin-panel",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"main": "none",
|
||||||
|
"repository": "git@gitlab.com:delta-wings/adminpanel.git",
|
||||||
|
"author": "Avior <florian.bouillon@delta-wings.net>",
|
||||||
|
"license": "MIT",
|
||||||
|
"private": false,
|
||||||
|
"devDependencies": {
|
||||||
|
"stylelint": "^9.10.1",
|
||||||
|
"stylelint-config-recommended": "^2.1.0",
|
||||||
|
"stylelint-config-standard": "^18.2.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user