mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
c13ed35e5d
✅ Closes: #129
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
{
|
|
"extends": ["@kiwi"],
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"line-comment-position": "off"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["test/**/*"],
|
|
"rules": {
|
|
"global-require": "off",
|
|
"@typescript-eslint/no-var-requires": "off",
|
|
"@typescript-eslint/no-require-imports": "off"
|
|
}
|
|
}
|
|
]
|
|
}
|