Run linters for all web app packages as part of Web App CI linting (#22576)

Этот коммит содержится в:
Harrison Healey
2023-03-23 10:10:28 -04:00
коммит произвёл GitHub
родитель a31159257d
Коммит f294ef9843
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -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",