Skip to content

Commit

Permalink
Convert Prettier config to CommonJS module
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Nov 6, 2023
1 parent 7c81ac7 commit efae996
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = {
module.exports = {
/**
* Enable plugin for automatically sorting of imports
*/
Expand All @@ -23,5 +23,3 @@ const config = {
*/
importOrderSortSpecifiers: true,
};

export default config;
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"type": "git",
"url": "[email protected]:bkd-mba-fbi/webapp-schulverwaltung.git"
},
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit efae996

Please sign in to comment.