Run ESLint at the top level once (#1202)

This significantly speeds up `yarn lint` for me. It also ensures we’re
listing all source files in the project, including the `.eslintrc` files
and any other files that may be present.
This commit is contained in:
Jed Fox
2023-06-26 15:32:56 -04:00
committed by GitHub
parent ea4a68e06c
commit ed50e2b392
20 changed files with 52 additions and 54 deletions

View File

@@ -9,7 +9,6 @@
"dist"
],
"scripts": {
"lint": "eslint .",
"build:node": "tsc --p tsconfig.dist.json",
"build": "rm -rf dist && yarn run build:node && cp src/proto/sync_pb.d.ts dist/src/proto/",
"test": "jest -c jest.config.js"