Added stylelint as a dependency using Yarn

This commit is contained in:
2019-03-29 00:06:06 +01:00
parent b377734ea6
commit 19ad5c54ee
3 changed files with 2402 additions and 0 deletions

14
package.json Normal file
View 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"
}
}