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