diff options
author | Sam Potts <sam@potts.es> | 2018-05-28 10:18:04 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-05-28 10:18:04 +1000 |
commit | 6f256d09b2b594289b369f8815e484ecdc07a1d9 (patch) | |
tree | fe084a177e703a1bfe6f9045710fa4987afa9f45 | |
parent | f0be913dc384c5a229af70b69711ab246226c1a3 (diff) | |
download | plyr-6f256d09b2b594289b369f8815e484ecdc07a1d9.tar.lz plyr-6f256d09b2b594289b369f8815e484ecdc07a1d9.tar.xz plyr-6f256d09b2b594289b369f8815e484ecdc07a1d9.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 }] }, |