1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend/.eslintrc
Simen Bekkhus 683ae7e6d8 Use prettier (#87)
* Use prettier

* Upgrade to 1.6 beta

* Update lint deps

* Upgrade to full 1.6
2017-08-28 19:15:47 +02:00

11 lines
133 B
Plaintext

{
"extends": [
"finn",
"finn/node",
"finn-prettier"
],
"rules": {
"no-shadow": 0
}
}