mirror of
https://github.com/tenrok/numeralize-ru.git
synced 2026-06-20 20:00:41 +03:00
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
]
|
|
}
|