Skip to content

Commit

Permalink
refactor: no extend from eslint-config-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Apr 6, 2024
1 parent 7889224 commit 065ce30
Show file tree
Hide file tree
Showing 12 changed files with 543 additions and 398 deletions.
129 changes: 95 additions & 34 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"TypeScript"
],
"dependencies": {
"@typescript-eslint/parser": "^7.0.1",
"eslint-config-standard": "17.1.0"
"@typescript-eslint/parser": "^7.0.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
Expand Down Expand Up @@ -98,8 +97,6 @@
},
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/eslint-config-standard.js",
"lib/eslint-config-standard.d.ts"
"lib/index.d.ts"
]
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package specifies the following `peerDependencies`:

- TypeScript, which you may already have installed
- [ESLint](https://github.com/eslint/eslint)
- 3 Peer dependencies of [eslint-config-standard](https://github.com/standard/eslint-config-standard)
- 3 ESLint plugins
- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin); ESLint rules for TypeScript.

Yes, this is a large number of `peerDependencies`.
Expand Down
10 changes: 0 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
"matchPackageNames": ["eslint-config-standard"],
"rangeStrategy": "pin",
"minor": {
"semanticCommitType": "feat"
},
"patch": {
"semanticCommitType": "fix"
}
},
{
"matchPackagePrefixes": ["@typescript-eslint_bottom/"],
"enabled": false
Expand Down
6 changes: 0 additions & 6 deletions src/eslint-config-standard.ts

This file was deleted.

Loading

0 comments on commit 065ce30

Please sign in to comment.