Skip to content

Commit f0dc5a6

Browse files
committed
feat: update ESLint configuration to warn on prettier formatting issues
1 parent c2708b1 commit f0dc5a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/eslint-config/eslint.vanilla.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default [
2424
includeTypes: true,
2525
},
2626
],
27+
'prettier/prettier': 'warn',
2728
},
2829
},
2930
{

0 commit comments

Comments
 (0)