mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-09 11:40:53 +08:00
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"next/core-web-vitals"
|
|
],
|
|
"rules": {
|
|
"sort-imports": "warn"
|
|
}
|
|
}
|