Skip to content

Commit fb342a3

Browse files
authored
Merge pull request #7 from 6drf21e/fix/prettier-config-crlf
2 parents 9d48d3a + 3fa00e8 commit fb342a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"plugin:prettier/recommended"
66
],
77
"rules": {
8-
"unused-imports/no-unused-imports": "error"
8+
"unused-imports/no-unused-imports": "error",
9+
"prettier/prettier": ["error", { "endOfLine": "auto" }]
910
}
1011
}

0 commit comments

Comments
 (0)