Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed Apr 21, 2017
1 parent 88a5ce0 commit 50e6858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"max-len": ["error", 120],
"no-plusplus": "error",
"no-param-reassign": ["error", { "props": true }],
"no-webpack-loader-syntax": "off"
"import/no-webpack-loader-syntax": "off"
}
}

0 comments on commit 50e6858

Please sign in to comment.