Run linters for all web app packages as part of Web App CI linting (#22576)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a31159257d
Коммит
f294ef9843
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "playbooks",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"npm": ">=7.0.0",
|
||||
@@ -121,7 +122,7 @@
|
||||
"debug": "webpack --mode=development",
|
||||
"debug:watch": "webpack --mode=development --watch",
|
||||
"dev-server": "webpack serve --mode=development",
|
||||
"lint": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --cache",
|
||||
"check": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --cache",
|
||||
"fix": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --fix --cache",
|
||||
"test": "jest --forceExit --detectOpenHandles --verbose",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Ссылка в новой задаче
Block a user