aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-05-28 10:18:04 +1000
committerSam Potts <sam@potts.es>2018-05-28 10:18:04 +1000
commit6f256d09b2b594289b369f8815e484ecdc07a1d9 (patch)
treefe084a177e703a1bfe6f9045710fa4987afa9f45
parentf0be913dc384c5a229af70b69711ab246226c1a3 (diff)
downloadplyr-6f256d09b2b594289b369f8815e484ecdc07a1d9.tar.lz
plyr-6f256d09b2b594289b369f8815e484ecdc07a1d9.tar.xz
plyr-6f256d09b2b594289b369f8815e484ecdc07a1d9.zip
ESLint tweak
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 63fefe4d..c8dc1b74 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -32,6 +32,7 @@
"message": "Use local parameter instead."
}
],
+ "no-param-reassign": [2, { "props": false }],
"array-bracket-newline": [2, { "minItems": 2 }],
"array-element-newline": [2, { "minItems": 2 }]
},