Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit cab1c79

Browse files
committed
fix: republish tslint configs with conventional package name
1 parent 6698df8 commit cab1c79

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed
File renamed without changes.

packages/tslint-config-base/package.json renamed to packages/eslint-config-tslint-base/package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@chieforz/tslint-config",
2+
"name": "@chieforz/eslint-config-tslint-base",
33
"version": "1.1.2",
44
"keywords": [
55
"tslint",
@@ -35,6 +35,22 @@
3535
"prettier": "^2.7.1",
3636
"typescript": "^5.0.0"
3737
},
38+
"peerDependencies": {
39+
"@typescript-eslint/eslint-plugin": "^5.30.6",
40+
"@typescript-eslint/eslint-plugin-tslint": "^5.30.6",
41+
"@typescript-eslint/parser": "^5.30.6",
42+
"eslint": "^8.0.0",
43+
"eslint-config-prettier": "^8.5.0",
44+
"eslint-plugin-eslint-comments": "^3.2.0",
45+
"eslint-plugin-import": "^2.26.0",
46+
"eslint-plugin-json-files": "^2.2.0",
47+
"eslint-plugin-prefer-arrow": "^1.2.3",
48+
"eslint-plugin-prettier": "^4.2.1",
49+
"eslint-plugin-simple-import-sort": "^10.0.0",
50+
"eslint-plugin-sort-keys-fix": "^1.1.2",
51+
"prettier": "^2.7.1",
52+
"typescript": "^5.0.0"
53+
},
3854
"publishConfig": {
3955
"access": "public",
4056
"registry": "https://registry.npmjs.org/"

packages/tslint-config-react/lib/tslint-config-react.js renamed to packages/eslint-config-tslint-react/lib/tslint-config-react.js

File renamed without changes.

packages/tslint-config-react/package.json renamed to packages/eslint-config-tslint-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@chieforz/tslint-config-react",
2+
"name": "@chieforz/eslint-config-tslint-react",
33
"version": "1.1.2",
44
"keywords": [
55
"tslint",

0 commit comments

Comments
 (0)