mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 21:20:54 +00:00
use LF instead of CRLF (#1392)
This commit is contained in:
parent
0d83f80fc0
commit
5e522e0a2e
5 changed files with 56 additions and 54 deletions
|
|
@ -36,6 +36,8 @@
|
|||
}
|
||||
}],
|
||||
|
||||
"linebreak-style": ["error", "unix"],
|
||||
|
||||
"accessor-pairs": "warn",
|
||||
"array-callback-return": "error",
|
||||
"complexity": "warn",
|
||||
|
|
|
|||
Loading…
Reference in a new issue