Skip to content

Commit

Permalink
Include the special configuration for eslint/unicorn in the exported …
Browse files Browse the repository at this point in the history
…plugins
  • Loading branch information
eaviles committed Oct 9, 2018
1 parent ffeba15 commit 81f448e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
'plugin:node/recommended',
'plugin:prettier/recommended',
'plugin:security/recommended',
'plugin:unicorn/recommended'
'plugin:unicorn/recommended',
'prettier/unicorn'
],
parserOptions: {
sourceType: 'script'
Expand Down
46 changes: 16 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81f448e

Please sign in to comment.