Skip to content

Commit

Permalink
style: cleanup prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 2, 2021
1 parent 7953008 commit e42a5d5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,5 @@ const sapphirePrettierConfig = require('@sapphire/prettier-config');
module.exports = {
...sapphirePrettierConfig,
useTabs: false,
tabWidth: 2,
overrides: [
...sapphirePrettierConfig.overrides,
{
files: 'src/assets/*.ts,json',
options: {
printWidth: 200
}
}
]
tabWidth: 2
};

0 comments on commit e42a5d5

Please sign in to comment.