mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 14:34:14 +00:00
14 lines
471 B
JSON
14 lines
471 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "plugin:import/errors", "plugin:import/warnings", "plugin:import/typescript"],
|
|
"plugins": ["@typescript-eslint", "import"],
|
|
"rules": {
|
|
"import/order": ["error", {
|
|
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
|
|
"newlines-between": "always",
|
|
"alphabetize": {
|
|
"order": "asc",
|
|
"caseInsensitive": true
|
|
}
|
|
}]
|
|
}
|
|
}
|