flybywiresim / discord-bot-utils

Utilities Discord Bot created for the FlyByWire Discord server.
https://flybywiresim.com/
GNU Affero General Public License v3.0
5 stars 7 forks source link

chore: fix eol issues on Windows #53

Closed ExampleWasTaken closed 6 months ago

ExampleWasTaken commented 6 months ago

Description

Enforcing eol through eslint causes issues for Windows users. This is because git will convert LF files to CRLF by default on Windows.

This PR fixes that by using git to manage eol automatically.

More information: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings

Test Results

n/a

Discord Username

examplewastaken