1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/migrations/.eslintrc

20 lines
345 B
Plaintext
Raw Normal View History

{
"env": {},
"extends": [],
"parser": "",
"plugins": [],
"rules": {},
"settings": {},
"parserOptions": {
"project": "../../tsconfig.json"
},
"overrides": [
{
"files": "*.js",
"rules": {
"@typescript-eslint/indent": "off"
}
}
]
}