Skip to content

Commit

Permalink
fix: republish tslint configs with conventional package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed Jul 9, 2023
1 parent 6698df8 commit cab1c79
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@chieforz/tslint-config",
"name": "@chieforz/eslint-config-tslint-base",
"version": "1.1.2",
"keywords": [
"tslint",
Expand Down Expand Up @@ -35,6 +35,22 @@
"prettier": "^2.7.1",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/eslint-plugin-tslint": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-files": "^2.2.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"prettier": "^2.7.1",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@chieforz/tslint-config-react",
"name": "@chieforz/eslint-config-tslint-react",
"version": "1.1.2",
"keywords": [
"tslint",
Expand Down

0 comments on commit cab1c79

Please sign in to comment.