turn off linebreak rules
This commit is contained in:
@@ -15,5 +15,8 @@ module.exports = {
|
||||
ecmaVersion: 12,
|
||||
sourceType: "module",
|
||||
},
|
||||
rules:{
|
||||
'linebreak-style': ['off', 'unix'],
|
||||
},
|
||||
plugins: ["@typescript-eslint"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user