1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/.eslintrc

20 lines
360 B
Plaintext
Raw Normal View History

2016-11-10 14:26:24 +01:00
{
"extends": [
"finn",
"finn/node",
"finn-prettier"
2016-11-10 14:26:24 +01:00
],
"rules": {
2017-08-28 21:40:44 +02:00
"no-shadow": 0,
"prettier/prettier": [
2,
{
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120
}
]
2016-11-10 14:26:24 +01:00
}
}