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:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@metona-team/metona-editor",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@metona-team/metona-editor",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.0",
|
||||
|
||||
Reference in New Issue
Block a user