aboutsummaryrefslogtreecommitdiff
path: root/modern/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/.eslintrc.js')
-rw-r--r--modern/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/.eslintrc.js b/modern/.eslintrc.js
index a4cf305..ace2027 100644
--- a/modern/.eslintrc.js
+++ b/modern/.eslintrc.js
@@ -6,7 +6,7 @@ module.exports = {
plugins: [
'react',
],
- ignorePatterns: ['serviceWorker.js', 'localization.js', 'switcher.js'],
+ ignorePatterns: ['serviceWorker.js', 'switcher.js'],
rules: {
'max-len': [0],
'no-shadow': [0],