mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
Since `eslint` requires LF-only line endings and the default git config on Windows uses CRLF for text files, this `.gitattributes` rule is necessary for `npm test` / `eslint` to pass on most Windows systems.
1 line
17 B
Text
1 line
17 B
Text
*.js text eol=lf
|