mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user