mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
eslint: use cache (#3218)
This significantly speeds up eslint after first run. Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
81e2ff0524
commit
e25428c8dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,5 +7,6 @@ package-lock.json
|
||||
*.swp
|
||||
dist
|
||||
.DS_Store
|
||||
/.eslintcache
|
||||
.vscode/
|
||||
manually-test-on-heroku.js
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"docs:start": "cd docs && yarn start",
|
||||
"pretest": "yarn build",
|
||||
"prepublish": "yarn build",
|
||||
"lint": "eslint '*/**/*.{js,ts,tsx}'"
|
||||
"lint": "eslint --cache '*/**/*.{js,ts,tsx}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user