Skip to content

Commit

Permalink
build: set-up caching for linters (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored Feb 21, 2025
1 parent 9ad3d11 commit d14644a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"e2e": "wireit",
"flake8": "flake8 examples/ tests/",
"format": "npm run pre-commit --",
"format:eslint": "eslint --fix .",
"format:prettier": "prettier --write .",
"format:eslint": "eslint --cache --fix .",
"format:prettier": "prettier --cache --write .",
"pre-commit": "pre-commit run --hook-stage manual --all-files",
"prepare": "wireit",
"rollup": "wireit",
Expand Down

0 comments on commit d14644a

Please sign in to comment.