summaryrefslogtreecommitdiffstats
path: root/web/react/.eslintrc
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-03 08:13:32 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-03 08:13:32 -0500
commit6aa316a75a67f191f7a6db7b6fae642369e51f81 (patch)
treee53adb7997a325a4fb48ef5b3b31a4523e39ae7d /web/react/.eslintrc
parent0a38ec5796391d0daf7b7874859108a54c20ec5f (diff)
parent956d460b108f278b6cfbcb728241b89b992b2a55 (diff)
downloadchat-6aa316a75a67f191f7a6db7b6fae642369e51f81.tar.gz
chat-6aa316a75a67f191f7a6db7b6fae642369e51f81.tar.bz2
chat-6aa316a75a67f191f7a6db7b6fae642369e51f81.zip
Merge pull request #1540 from hmhealey/plt1297
PLT-1297 Replaced SearchAutocomplete with new suggestion components
Diffstat (limited to 'web/react/.eslintrc')
-rw-r--r--web/react/.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/.eslintrc b/web/react/.eslintrc
index 935bb638a..baaf7eaa5 100644
--- a/web/react/.eslintrc
+++ b/web/react/.eslintrc
@@ -47,7 +47,7 @@
"no-irregular-whitespace": 2,
"no-unexpected-multiline": 2,
"no-unreachable": 2,
- "no-magic-numbers": [1, { "enforceConst": true, "detectObjects": true } ],
+ "no-magic-numbers": [1, { "ignore": [-1, 0, 1, 2], "enforceConst": true, "detectObjects": true } ],
"valid-typeof": 2,
"block-scoped-var": 2,