This commit is contained in:
parent
8f0292d151
commit
e4be6a5883
@ -72,7 +72,7 @@
|
|||||||
"keyword-spacing": ["warn", { "after": true, "before": true }],
|
"keyword-spacing": ["warn", { "after": true, "before": true }],
|
||||||
"linebreak-style": [
|
"linebreak-style": [
|
||||||
"error",
|
"error",
|
||||||
"windows"
|
"unix"
|
||||||
],
|
],
|
||||||
"lines-around-comment": "warn",
|
"lines-around-comment": "warn",
|
||||||
"lines-around-directive": "warn",
|
"lines-around-directive": "warn",
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"lint": "eslint src/"
|
"lint": "eslint src/ --fix"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user