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

Commit e690ec5

Browse files
committed
Remove base oclif eslint plugin
oclif projects can all use the base eslint plugin (eslint-config-oclif) For oclif typescript projects the rules defined by this plugin can be additionally applied
1 parent 000953c commit e690ec5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
extends: [
3-
"oclif",
43
"plugin:@typescript-eslint/eslint-recommended",
54
"plugin:@typescript-eslint/recommended"
65
],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"dependencies": {
88
"@typescript-eslint/eslint-plugin": "^2.6.1",
99
"@typescript-eslint/parser": "^2.6.1",
10-
"eslint-config-oclif": "^3.1.0",
1110
"eslint-config-xo-space": "^0.20.0",
1211
"eslint-plugin-mocha": "^5.2.0",
1312
"eslint-plugin-node": "^7.0.1",

0 commit comments

Comments
 (0)