Skip to content

Commit 1e15f67

Browse files
authored
Merge pull request #427 from abraham/lint
Bump linting packages
2 parents 28ca224 + 6576549 commit 1e15f67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
33
package-lock.json
4+
coverage

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"homepage": "https://github.com/abraham/remotedata#readme",
3737
"devDependencies": {
3838
"@types/jest": "27.4.0",
39-
"@typescript-eslint/eslint-plugin": "4.33.0",
40-
"@typescript-eslint/parser": "4.33.0",
41-
"eslint": "7.32.0",
39+
"@typescript-eslint/eslint-plugin": "5.12.0",
40+
"@typescript-eslint/parser": "5.12.0",
41+
"eslint": "8.9.0",
4242
"eslint-plugin-import": "2.25.4",
4343
"eslint-plugin-jest": "26.1.0",
4444
"jest": "27.5.0",

0 commit comments

Comments
 (0)