Skip to content

Commit 0e66d73

Browse files
committed
feat(deps): update peer dependencies
1 parent fbd5d4f commit 0e66d73

File tree

4 files changed

+2554
-234
lines changed

4 files changed

+2554
-234
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
.idea

index.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ module.exports = {
88
node: true,
99
es6: true,
1010
},
11-
extends: ["plugin:@typescript-eslint/recommended", "prettier", "prettier/@typescript-eslint"],
12-
plugins: ["import", "prettier", "@typescript-eslint"],
11+
plugins: [
12+
"import",
13+
"prettier",
14+
"@typescript-eslint"
15+
],
16+
extends: [
17+
"plugin:@typescript-eslint/recommended",
18+
"prettier"
19+
],
1320
globals: {},
1421
rules: {
1522
// prettier

0 commit comments

Comments
 (0)