Skip to content

Commit

Permalink
chore: enable unicorn/all config
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Sep 11, 2021
1 parent f479704 commit fba1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/plugin-configs/eslint-plugin-unicorn.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
...baseConfig,
eslintrc: {
...baseConfig.eslintrc,
extends: ['plugin:unicorn/recommended'],
extends: ['plugin:unicorn/all'],
},
};

0 comments on commit fba1827

Please sign in to comment.