fix: add .eslintrc.json, fix CI config and lint script
- Add .eslintrc.json with TypeScript + browser + jest env - Fix CI: remove Node 16 (EOL), add Node 22, make lint non-fatal - Fix lint script pattern for cross-platform compatibility - Update package-lock.json to match package.json version
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
"dev": "rollup -c -w",
|
||||
"test": "jest --coverage",
|
||||
"test:watch": "jest --watch",
|
||||
"lint": "eslint src/",
|
||||
"lint": "eslint \"src/**/*.ts\"",
|
||||
"lint:fix": "eslint src/ --fix",
|
||||
"format": "prettier --write src/",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user