aboutsummaryrefslogtreecommitdiff
path: root/modern/.eslintrc.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-02-04 15:15:35 -0800
committerAnton Tananaev <anton@traccar.org>2023-02-04 15:15:35 -0800
commit208251f1c7bef92fb9d52cc40acc3176387a6680 (patch)
tree6f707d2e59111f6c3545303098e7b9c7d40ad45a /modern/.eslintrc.js
parent80815532407d2f92a387ce0c40c87bb81aecad51 (diff)
downloadtrackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.tar.gz
trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.tar.bz2
trackermap-web-208251f1c7bef92fb9d52cc40acc3176387a6680.zip
Update web dependencies
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 12382f3e..ba19893d 100644
--- a/modern/.eslintrc.js
+++ b/modern/.eslintrc.js
@@ -6,7 +6,7 @@ module.exports = {
plugins: [
'react',
],
- ignorePatterns: ['service-worker.js', 'serviceWorkerRegistration.js', 'switcher.js'],
+ ignorePatterns: ['service-worker.js', 'serviceWorkerRegistration.js', 'switcher.js', 'theme.js'],
rules: {
'max-len': [0],
'no-shadow': [0],