summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 94dcbf8e8..07c07b8dc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -124,6 +124,7 @@ module.exports = {
124 allowChildren: false, 124 allowChildren: false,
125 }, 125 },
126 ], 126 ],
127 'jsx-a11y/control-has-associated-label': 0,
127 // eslint-plugin-unicorn 128 // eslint-plugin-unicorn
128 'unicorn/filename-case': 0, 129 'unicorn/filename-case': 0,
129 'unicorn/no-null': 0, 130 'unicorn/no-null': 0,