turn off linebreak rules

This commit is contained in:
Blake Joynes
2023-04-14 03:09:39 -04:00
parent 06155bd323
commit d064d4d86f

View File

@@ -15,5 +15,8 @@ module.exports = {
ecmaVersion: 12,
sourceType: "module",
},
rules:{
'linebreak-style': ['off', 'unix'],
},
plugins: ["@typescript-eslint"],
};