1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

fix(eslint): ovveride test rules in root .eslintrc file

This commit is contained in:
ivaosthu 2018-08-13 13:13:27 +02:00
parent e7d899f77d
commit 2f2581298b
9 changed files with 7 additions and 41 deletions

View File

@ -15,5 +15,11 @@
"printWidth": 120
}
]
}
},
"overrides": [
{
"files": ["**/__tests__/*"],
"env": { "jest": true }
}
]
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View File

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}