mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Not check linebreak-style
This commit is contained in:
parent
c835ec13d9
commit
4eec4217a5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
||||||
// Maintainability
|
// Maintainability
|
||||||
"eofline": true,
|
"eofline": true,
|
||||||
"indent": [true, "tabs"],
|
"indent": [true, "tabs"],
|
||||||
"linebreak-style": [true, "CRLF"],
|
"linebreak-style": false,
|
||||||
"max-file-line-count": false,
|
"max-file-line-count": false,
|
||||||
"max-line-length": [true, 140],
|
"max-line-length": [true, 140],
|
||||||
"no-default-export": false,
|
"no-default-export": false,
|
||||||
|
|
Loading…
Reference in a new issue