Skip to content

Commit

Permalink
feat: added peer dependencies for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
dworak-dev committed Mar 3, 2023
1 parent d908af5 commit cab4331
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 69 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

.idea/

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/eslint-config-typescript.iml

This file was deleted.

28 changes: 0 additions & 28 deletions .idea/jsonSchemas.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@dworac/eslint-config-typescript",
"author": "dworac <mail@dworac.com>",
"license": "MIT",
"version": "1.1.0",
"description": "dworac's eslint typescript configuration with airbnb, prettier and jsdoc",
"main": "index.js",
Expand All @@ -19,6 +21,13 @@
"jsdoc",
"airbnb"
],
"bugs": {
"url": "https://github.com/dworac/eslint-config-typescript/issues"
},
"homepage": "https://github.com/dworac/eslint-config-typescript#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
Expand All @@ -29,16 +38,9 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"typescript": "^4.9.5"
"prettier": "^2.8.1"
},
"author": "dworac <mail@dworac.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dworac/eslint-config-typescript/issues"
},
"homepage": "https://github.com/dworac/eslint-config-typescript#readme",
"publishConfig": {
"access": "public"
"peerDependencies": {
"typescript": "^4.9.5"
}
}

0 comments on commit cab4331

Please sign in to comment.