mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
683ae7e6d8
* Use prettier * Upgrade to 1.6 beta * Update lint deps * Upgrade to full 1.6
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
{
|
|
"extends": [
|
|
"finn",
|
|
"finn/node",
|
|
"finn-prettier"
|
|
],
|
|
"rules": {
|
|
"no-shadow": 0
|
|
}
|
|
}
|