unredacter/.eslintrc

13 lines
247 B
Plaintext
Raw Permalink Normal View History

2022-02-15 16:58:52 +00:00
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}