|
|
|
@ -24,7 +24,7 @@ |
|
|
|
"lint-staged": "lint-staged", |
|
|
|
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ", |
|
|
|
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style", |
|
|
|
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", |
|
|
|
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./", |
|
|
|
"lint:prettier": "check-prettier lint", |
|
|
|
"lint:style": "stylelint --fix \"src/**/*.less\" --syntax less", |
|
|
|
"prettier": "prettier -c --write \"**/*\"", |
|
|
|
|