From e4be6a5883659e0e5c8a035c091ee67101772de5 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sat, 11 Feb 2023 14:10:45 +0200 Subject: [PATCH] autofix lint --- .eslintrc.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"