forked from Shiloh/remnantchat
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"extends": ["react-app"],
|
|
"rules": {
|
|
"import/order": [
|
|
"error",
|
|
{ "newlines-between": "always-and-inside-groups" }
|
|
]
|
|
}
|
|
}
|