diff options
author | Sam Potts <sam@potts.es> | 2018-05-28 10:18:04 +1000 |
---|---|---|
committer | Philip Giuliani <philip.giuliani@keepinmind.info> | 2018-05-30 17:02:07 +0200 |
commit | 64412868d8fec13ca9a453e9935b38e72e25d361 (patch) | |
tree | bd850c3b0b18331aae83e269972ed62362ac8ffe | |
parent | 450958c2904ad9e2d0c4f283af96f9bf69eeb250 (diff) | |
download | plyr-64412868d8fec13ca9a453e9935b38e72e25d361.tar.lz plyr-64412868d8fec13ca9a453e9935b38e72e25d361.tar.xz plyr-64412868d8fec13ca9a453e9935b38e72e25d361.zip |
ESLint tweak
-rw-r--r-- | .eslintrc.json | 1 |
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 }] }, |