1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src/migrations/.eslintrc

15 lines
210 B
Plaintext
Raw Normal View History

{
"env": {},
"extends": [],
"parser": "",
"plugins": [],
"rules": {},
"settings": {},
"parserOptions": {},
"overrides": [
{
"files": "*.js"
}
]
}