aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-06-07 20:20:21 +0300
committerGitHub <noreply@github.com>2020-06-07 20:20:21 +0300
commit98442762c1bbdf4e4aff317ca8ec660b6817418f (patch)
treeff56c75b023fa166781275adfd65ea917d275968 /.eslintrc.json
parent5ff3d0a3a29ebba9c42603369bb16d7419a423d1 (diff)
parentb8b848dfd6e3843c6b455c8344320dcd187b72da (diff)
downloadwhich-ui-98442762c1bbdf4e4aff317ca8ec660b6817418f.tar.gz
Merge branch 'master' into feed
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 4899960..ac3fbd3 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -21,6 +21,7 @@
"linebreak-style": 0,
"react/prop-types": 0,
"react/no-children-prop": 0,
- "react/no-danger": 0
+ "react/no-danger": 0,
+ "react/jsx-one-expression-per-line": 0
}
}