remnantchat/.eslintrc.json

11 lines
207 B
JSON
Raw Permalink Normal View History

2022-08-09 01:04:04 +00:00
{
2024-04-07 21:59:49 +00:00
"extends": ["react-app", "plugin:prettier/recommended"],
"plugins": ["prettier"],
2022-08-09 01:04:04 +00:00
"rules": {
"import/order": [
"error",
{ "newlines-between": "always-and-inside-groups" }
]
}
}