aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-06-12 20:00:50 +0300
committerGitHub <noreply@github.com>2020-06-12 20:00:50 +0300
commit57a2ff3cfa7eae111bb8f46447198586c47425fb (patch)
tree14c1bda2c6d42b5792cb7bf070b07df316c10825 /.eslintrc.json
parentf0f192e09993eedc2c9596bcdb520a96f5cfacdb (diff)
parent0d878909fe17311910f2ba13e203bdfa1bc72a1e (diff)
downloadwhich-ui-57a2ff3cfa7eae111bb8f46447198586c47425fb.tar.gz
Merge pull request #27 from ilyayudovin/profileInfo
ProfileInfo integration
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index ac3fbd3..7b16771 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -17,6 +17,7 @@
"comma-dangle": ["error", "never"],
"import/extensions": ["error", { "ts": "never", "tsx": "never" }],
"arrow-body-style": 0,
+ "no-underscore-dangle": 0,
"no-cond-assign": 0,
"linebreak-style": 0,
"react/prop-types": 0,