Skip to content

Commit

Permalink
fix: issue where some prettier defaults got turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 14, 2020
1 parent 61dc4f8 commit 57a23be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'plugin:import/warnings',
'plugin:sonarjs/recommended',
'prettier',
'prettier/prettier'
],
plugins: ['eslint-comments', 'import', 'node', 'prettier', 'sonarjs', 'unicorn'],
rules: {
Expand Down

0 comments on commit 57a23be

Please sign in to comment.