Skip to content

Commit

Permalink
build(eslint): add lintfix script (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Oct 13, 2023
1 parent 3070984 commit fbad122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"test:integration-ephemeral": "TZ=UTC jest ./tests --no-cache --testPathIgnorePatterns ./tests/dist.test.js",
"test:integration-dev": "jest --roots=./tests --watch",
"test:lint": "eslint --ext=json --ext=js --ext=jsx ./src",
"test:lintfix": "eslint --ext=json --ext=js --ext=jsx --fix ./src",
"test:spell-support": "cspell ./README.md ./config/README.md ./CONTRIBUTING.md --config ./config/cspell.config.json",
"test:spell": "cspell './public/locales/**/en*json' './src/**/*.js' --config ./config/cspell.config.json",
"test:local": "jest --roots=./src --watch",
Expand Down

0 comments on commit fbad122

Please sign in to comment.