mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
16 lines
251 B
Plaintext
16 lines
251 B
Plaintext
|
{
|
||
|
"env": {},
|
||
|
"extends": [],
|
||
|
"parser": "",
|
||
|
"plugins": [],
|
||
|
"rules": {},
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.js",
|
||
|
"rules": {
|
||
|
"@typescript-eslint/indent": "off"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"settings": {}
|
||
|
}
|