remnantchat/.eslintrc.json

10 lines
149 B
JSON
Raw Permalink Normal View History

2022-08-09 01:04:04 +00:00
{
"extends": ["react-app"],
"rules": {
"import/order": [
"error",
{ "newlines-between": "always-and-inside-groups" }
]
}
}