Skip to content

Commit a333bb0

Browse files
committed
Rollback linter version to align with hello-world
1 parent 774eae1 commit a333bb0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

toolbar-button/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@
4949
},
5050
"devDependencies": {
5151
"@jupyterlab/builder": "^3.0.0",
52-
"@typescript-eslint/eslint-plugin": "^4.8.1",
53-
"@typescript-eslint/parser": "^4.8.1",
54-
"eslint": "^7.14.0",
55-
"eslint-config-prettier": "^6.15.0",
56-
"eslint-plugin-prettier": "^3.1.4",
52+
"@typescript-eslint/eslint-plugin": "^2.27.0",
53+
"@typescript-eslint/parser": "^2.27.0",
54+
"eslint": "^7.5.0",
55+
"eslint-config-prettier": "^6.10.1",
56+
"eslint-plugin-jsdoc": "^22.0.0",
57+
"eslint-plugin-prettier": "^3.1.2",
58+
"eslint-plugin-react": "^7.18.3",
5759
"npm-run-all": "^4.1.5",
58-
"prettier": "^2.1.1",
60+
"prettier": "^1.19.0",
5961
"rimraf": "^3.0.2",
6062
"typescript": "~4.1.3"
6163
},

0 commit comments

Comments
 (0)