Skip to content

Commit

Permalink
Merge "Add eslint fix scripts for crud and search domains"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Feb 21, 2025
2 parents c57b48c + 55a0a89 commit 0b79610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo/rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"lint:eslint-search": "eslint ../domains/search/tests/mocha --config ../domains/search/tests/mocha/.eslintrc.json --max-warnings 0",
"fix": "npm-run-all --parallel fix:*",
"fix:eslint": "eslint --config .eslintrc.json --fix .",
"fix:crud": "eslint ../domains/crud/tests/mocha --config ../domains/crud/tests/mocha/.eslintrc.json --fix",
"fix:search": "eslint ../domains/search/tests/mocha --config ../domains/search/tests/mocha/.eslintrc.json --fix",
"build": "run-s build:spec build:docs",
"build:docs": "webpack --config docs/webpack.config.js",
"serve:docs": "webpack serve --config docs/webpack.config.js --mode development",
Expand Down

0 comments on commit 0b79610

Please sign in to comment.