Merge pull request #228 from knittl/198-eslint-endofline-auto

Allow CRLF when linting #198
This commit is contained in:
Ariful Alam
2022-10-29 14:16:54 +06:00
committed by GitHub

View File

@@ -4,5 +4,6 @@
"bracketSpacing": true, "bracketSpacing": true,
"printWidth": 80, "printWidth": 80,
"singleQuote": true, "singleQuote": true,
"tabWidth": 2 "tabWidth": 2,
"endOfLine": "auto"
} }