Skip to content

Commit af45cfb

Browse files
committed
eslint update
1 parent fc63032 commit af45cfb

File tree

5 files changed

+7118
-11622
lines changed

5 files changed

+7118
-11622
lines changed

.eslintrc

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"extends": [
3-
"oclif",
4-
"oclif-typescript"
5-
],
6-
"rules": {
7-
"unicorn/prefer-module": "off",
8-
"unicorn/no-abusive-eslint-disable": "off",
9-
"@typescript-eslint/no-use-before-define": "off",
10-
"node/no-missing-import": "off"
11-
}
12-
}
2+
"parser": "@typescript-eslint/parser",
3+
"plugins": ["@typescript-eslint"],
4+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
5+
"rules": {
6+
"unicorn/prefer-module": "off",
7+
"unicorn/no-abusive-eslint-disable": "off",
8+
"@typescript-eslint/no-use-before-define": "off",
9+
"node/no-missing-import": "off",
10+
},
11+
}

0 commit comments

Comments
 (0)