Skip to content

Commit

Permalink
chore: update lint dependencies (#13014)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 13, 2022
1 parent c98fc56 commit b0c210e
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 86 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"dedent": "^0.7.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^26.1.0",
Expand All @@ -52,7 +52,7 @@
"istanbul-reports": "^3.1.3",
"jest": "workspace:*",
"jest-changed-files": "workspace:*",
"jest-junit": "^13.0.0",
"jest-junit": "^14.0.0",
"jest-mock": "workspace:*",
"jest-runner-tsd": "^3.1.0",
"jest-serializer-ansi-escapes": "^2.0.1",
Expand Down Expand Up @@ -101,8 +101,9 @@
"jest-jasmine-ci": "yarn jest-jasmine --color --config jest.config.ci.mjs",
"jest-coverage": "yarn jest --coverage",
"lint": "eslint . --cache --ext js,jsx,cjs,mjs,ts,tsx,md",
"lint:prettier": "prettier . \"!**/*.{js,jsx,cjs,mjs,ts,tsx}\" --write",
"lint:prettier:ci": "prettier . \"!**/*.{js,jsx,cjs,mjs,ts,tsx}\" --check",
"lint:prettier-script": "prettier . \"!**/*.{js,jsx,cjs,mjs,ts,tsx}\" --cache",
"lint:prettier": "yarn lint:prettier-script --write",
"lint:prettier:ci": "yarn lint:prettier-script --check",
"remove-examples": "node ./scripts/remove-examples.mjs",
"test-ci-partial": "yarn test-ci-partial:parallel -i",
"test-ci-partial:parallel": "yarn jest --color --config jest.config.ci.mjs",
Expand Down

0 comments on commit b0c210e

Please sign in to comment.