mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
{
|
|
"extends": ["kaisermann/typescript"],
|
|
"env": {
|
|
"browser": true,
|
|
"jest": true
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/camelcase": "off"
|
|
}
|
|
}
|