We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d48d3a + 3fa00e8 commit fb342a3Copy full SHA for fb342a3
web/.eslintrc.json
@@ -5,6 +5,7 @@
5
"plugin:prettier/recommended"
6
],
7
"rules": {
8
- "unused-imports/no-unused-imports": "error"
+ "unused-imports/no-unused-imports": "error",
9
+ "prettier/prettier": ["error", { "endOfLine": "auto" }]
10
}
11
0 commit comments