Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Disable no-params-reassign for properties (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneukirchen authored and Dimitri Grammatikogianni committed Apr 2, 2018
1 parent eadf286 commit 0e4c854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
},
// Rule overrides
"rules": {
// Disable no-params-reassign for properties
"no-param-reassign": ["error", { "props": false }],
// Allow usage of dev-dependencies in js files in build directory
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["build/**/*.js"]}],
// Allow strict mode (we are not dealing with modules)
Expand Down

0 comments on commit 0e4c854

Please sign in to comment.