remnantchat/.eslintrc.json
2024-04-07 16:59:49 -05:00

11 lines
207 B
JSON

{
"extends": ["react-app", "plugin:prettier/recommended"],
"plugins": ["prettier"],
"rules": {
"import/order": [
"error",
{ "newlines-between": "always-and-inside-groups" }
]
}
}