chore: fix eslint crashing issues (#1951)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"prebuild": "yarn clean",
|
||||
"build": "webpack --mode production && tsc",
|
||||
"watch": "webpack --mode production --watch",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint": "eslint src --ext .ts",
|
||||
"test:e2e": "node test-server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user