Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnikolaj committed Feb 14, 2018
1 parent 4c7d698 commit 6f361ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -19,7 +19,7 @@ if (process.stdin.isTTY) {
// eslint verify prettier formatting, while not being bothered by it in our
// editors.
config.plugins.push('prettier');
config.rules['prettier/prettier'] = error;
config.rules['prettier/prettier'] = 'error';
}

module.exports = config;

0 comments on commit 6f361ca

Please sign in to comment.