Skip to content

Commit

Permalink
chore: update defaults (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Feb 20, 2019
1 parent 2a2ee7b commit 2293eb0
Show file tree
Hide file tree
Showing 5 changed files with 1,844 additions and 2,986 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Expand Up @@ -3,9 +3,6 @@ module.exports = {
plugins: ['prettier'],
extends: ['@webpack-contrib/eslint-config-webpack'],
rules: {
'prettier/prettier': [
'error',
{ singleQuote: true, trailingComma: 'es5', arrowParens: 'always' },
],
'prettier/prettier': ['error'],
},
};
};
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

0 comments on commit 2293eb0

Please sign in to comment.