diff --git a/.eslintrc.json b/.eslintrc.json index 0028d90..d78ab6e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,7 +72,7 @@ "keyword-spacing": ["warn", { "after": true, "before": true }], "linebreak-style": [ "error", - "windows" + "unix" ], "lines-around-comment": "warn", "lines-around-directive": "warn", diff --git a/package.json b/package.json index e98baa9..946411c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "scripts": { "start": "node index.js", - "lint": "eslint src/" + "lint": "eslint src/ --fix" }, "engines": { "node": ">=18.0.0"