mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
MNT Update lint script
This commit is contained in:
parent
0601e4f35e
commit
4a41729fae
@ -10,7 +10,7 @@
|
||||
"watch": "NODE_ENV=development webpack --watch --progress",
|
||||
"css": "WEBPACK_CHILD=css npm run build",
|
||||
"tx": "tx push --source && tx pull --all && node transifex.js",
|
||||
"lint": "eslint client/src && lint-sass",
|
||||
"lint": "eslint client/src && yarn lint-sass",
|
||||
"lint-js": "eslint client/src",
|
||||
"lint-js-fix": "eslint client/src --fix",
|
||||
"lint-sass": "stylelint **/client/src/**/*.scss"
|
||||
|
Loading…
Reference in New Issue
Block a user