Skip to content

Commit

Permalink
move some devDependencies to dependencies that will install automatic…
Browse files Browse the repository at this point in the history
…ally
  • Loading branch information
Borys91 committed Nov 11, 2024
1 parent b954d51 commit 9eeb31b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install as a dev dependency (along with [Prettier](https://prettier.io/)) via [n


```bash
npm install --save-dev @dangl/prettier-config-dangl prettier@latest @trivago/prettier-plugin-sort-imports
npm install --save-dev @dangl/prettier-config-dangl
```

## Usage
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
"eslint-plugin-prettier": "^5.2.1"
},
"dependencies": {
"prettier": "~3.3.3",
"@trivago/prettier-plugin-sort-imports": "~4.3.0"
}
}

0 comments on commit 9eeb31b

Please sign in to comment.