mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
|
{
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"extends": [
|
||
|
"plugin:@typescript-eslint/recommended",
|
||
|
"prettier/@typescript-eslint",
|
||
|
"plugin:prettier/recommended"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2019,
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"rules": {}
|
||
|
}
|