this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add `--cache`

+3 -2
+1
.gitignore
··· 1 + .eslintcache 1 2 node_modules
+2 -2
package.json
··· 20 20 "auto-terminal-profile": "cli.js" 21 21 }, 22 22 "scripts": { 23 - "eslint": "eslint", 23 + "eslint": "eslint --cache", 24 24 "format:check": "npm run prettier -- --check", 25 25 "format:fix": "npm run prettier -- --write", 26 26 "lint:check": "npm run eslint", 27 27 "lint:fix": "npm run eslint -- --fix", 28 - "prettier": "prettier .", 28 + "prettier": "prettier --cache .", 29 29 "quality:check": "npm run format:check && npm run lint:check && npm run unused:check", 30 30 "quality:fix": "npm run format:fix && npm run lint:fix", 31 31 "unused:check": "knip"