Skip to content

Commit

Permalink
Use esm prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Jan 29, 2024
1 parent d6da873 commit b6fe047
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"unifiedjs.vscode-mdx"
]
"recommendations": ["EditorConfig.EditorConfig", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
5 changes: 0 additions & 5 deletions prettier.config.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import config from '@chialab/prettier-config';

export default config;

0 comments on commit b6fe047

Please sign in to comment.