1
0
mirror of https://github.com/Mastermindzh/tidal-hifi.git synced 2025-03-06 14:23:09 +01:00
tidal-hifi/.eslintrc

13 lines
247 B
Plaintext
Raw Normal View History

{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}