Skip to content

Commit

Permalink
chore(eslint-config): remove optional flag for TypeScript peer depend…
Browse files Browse the repository at this point in the history
…ency

The optional flag for the TypeScript peer dependency in the `eslint-config` package has been removed. This change ensures that TypeScript is always considered a required peer dependency, clarifying the dependency requirements for users of the package. This adjustment aligns with recent dependency management practices and helps prevent issues related to missing TypeScript during ESLint configuration setup.
  • Loading branch information
shorwood committed Apr 29, 2024
1 parent 8e7a3eb commit ba59af3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
"eslint": ">=9",
"typescript": ">=5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "9.1.1",
Expand Down

0 comments on commit ba59af3

Please sign in to comment.