1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/packages/unleash-frontend-next/src/.eslintrc

13 lines
179 B
Plaintext
Raw Normal View History

2016-09-11 22:56:17 +02:00
{
"extends": [
"finn",
"finn-react",
"finn/es-modules"
2016-09-11 22:56:17 +02:00
],
"env": {
"browser": true,
"commonjs": true,
"es6": true
}
}