mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-20 03:09:20 +01:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"extends": ["node_modules/eslint-config-conventions/.oxlintrc.json"],
|
|
"rules": {
|
|
"import-x/extensions": [
|
|
"error",
|
|
"ignorePackages",
|
|
{
|
|
"ts": "always",
|
|
"tsx": "always",
|
|
"js": "never",
|
|
"jsx": "never"
|
|
}
|
|
]
|
|
}
|
|
}
|