Skip to content

Commit

Permalink
Enable ESLint cache
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Nov 28, 2023
1 parent 3ef9641 commit 0222f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ node_modules/
yarn.lock
.cache/
packages/**/package-lock.json
.eslintcache

# Log files
npm-debug.log*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"docs:build": "npm run build --workspace=@studiometa/js-toolkit-docs",
"test": "npm run test --workspace=@studiometa/js-toolkit-tests",
"lint": "npm run lint:eslint && npm run lint:types && npm run lint:docs",
"lint:eslint": "eslint packages/js-toolkit --ext=.js,.ts",
"lint:docs": "prettier --check 'packages/docs/**/*.{md,js,html,vue}'",
"lint:eslint": "eslint packages/js-toolkit --ext=.js,.ts --cache",
"lint:docs": "prettier --check 'packages/docs/**/*.{md,js,html,vue}' --cache",
"lint:types": "tsc --build tsconfig.lint.json",
"lint:md": "prettier --check '*.md'",
"fix": "npm run fix:docs && npm run fix:md",
Expand Down

0 comments on commit 0222f70

Please sign in to comment.