eximiabots-radiox/.eslintrc

14 lines
303 B
Plaintext
Raw Permalink Normal View History

2021-06-08 09:01:32 +00:00
{
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module"
},
"rules": {}
}