unredacter/.eslintrc

13 lines
247 B
Plaintext
Raw Permalink Normal View History

2021-10-19 23:16:13 +00:00
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}