mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 18:10:43 +01:00
14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
"extends": ["standard", "prettier", "prettier/standard"],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jest": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaFeatures": {
|
||
|
"modules": true
|
||
|
}
|
||
|
}
|
||
|
}
|