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