Moved to using unix format instead of dos
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
|||||||
plugins: ["@typescript-eslint"],
|
plugins: ["@typescript-eslint"],
|
||||||
rules: {
|
rules: {
|
||||||
indent: ["error", 4, { SwitchCase: 1 }],
|
indent: ["error", 4, { SwitchCase: 1 }],
|
||||||
"linebreak-style": ["error", "windows"],
|
"linebreak-style": ["error", "unix"],
|
||||||
quotes: ["warn", "double"],
|
quotes: ["warn", "double"],
|
||||||
semi: ["error", "never"],
|
semi: ["error", "never"],
|
||||||
"no-unused-vars": "off",
|
"no-unused-vars": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user