From 6e09989ae26a7d9ba308f2c4c6530aab422d5eaf Mon Sep 17 00:00:00 2001 From: Compositr <43405050+Compositr@users.noreply.github.com> Date: Tue, 27 Jun 2023 23:21:27 +1000 Subject: [PATCH] chore: change CRLF to LF --- .eslintrc.cjs | 6 +++--- .vscode/settings.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 70eda9c..93ae44f 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -23,9 +23,9 @@ module.exports = { 4 ], "linebreak-style": [ - "error", - //"unix", - "windows" + "warn", + "unix", + // "windows" ], "quotes": [ "error", diff --git a/.vscode/settings.json b/.vscode/settings.json index 7041835..8629741 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,5 @@ "source.fixAll.eslint": true }, "eslint.validate": ["javascript"], - "files.eol": "\r\n" + "files.eol": "\n" } \ No newline at end of file