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

Commit

Permalink
README: fixed an error for rules (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
isnolan authored and MoOx committed Jan 19, 2017
1 parent ba54ee3 commit da5a815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ module.exports = {
test: /\.js$/,
exclude: /node_modules/,
enforce: 'pre',
use: [{loader: 'eslint-loader', options: {rules: {semi: 0}}],
use: [{loader: 'eslint-loader', options: {rules: {semi: 0}}}],
},
// other rules
],
Expand Down

0 comments on commit da5a815

Please sign in to comment.