mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +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",
|
"accessor-pairs": "warn",
|
||||||
"array-callback-return": "error",
|
"array-callback-return": "error",
|
||||||
"complexity": "warn",
|
"complexity": "warn",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue