mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-24 07:06:31 +09:00
Not check linebreak-style
This commit is contained in:
parent
ac652f2723
commit
b3689f2995
@ -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 New Issue
Block a user