|
|
@ -11,7 +11,7 @@
|
|
|
|
"lint": "eslint --config frontend/.eslintrc.js --ignore-path frontend/.eslintignore frontend/",
|
|
|
|
"lint": "eslint --config frontend/.eslintrc.js --ignore-path frontend/.eslintignore frontend/",
|
|
|
|
"lint-fix": "yarn lint --fix",
|
|
|
|
"lint-fix": "yarn lint --fix",
|
|
|
|
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
|
|
|
|
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
|
|
|
|
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
|
|
|
|
"stylelint-windows": "stylelint \"frontend/**/*.css\" --config frontend/.stylelintrc"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
|