aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-05-28 10:18:04 +1000
committerPhilip Giuliani <philip.giuliani@keepinmind.info>2018-05-30 17:02:07 +0200
commit64412868d8fec13ca9a453e9935b38e72e25d361 (patch)
treebd850c3b0b18331aae83e269972ed62362ac8ffe
parent450958c2904ad9e2d0c4f283af96f9bf69eeb250 (diff)
downloadplyr-64412868d8fec13ca9a453e9935b38e72e25d361.tar.lz
plyr-64412868d8fec13ca9a453e9935b38e72e25d361.tar.xz
plyr-64412868d8fec13ca9a453e9935b38e72e25d361.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 }]
},