Skip to content

Commit 584a03f

Browse files
committed
Package.json: Lock eslint version
eslint is removing their style linting, so this is a stopgap measure to prevent that.
1 parent 45e459a commit 584a03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/sockjs": "^0.3.33",
8080
"@typescript-eslint/eslint-plugin": "^5.8.0",
8181
"@typescript-eslint/parser": "^5.8.0",
82-
"eslint": "^8.5.0",
82+
"eslint": "8.5.0",
8383
"mocha": "^8.2.0",
8484
"smogon": "^3.0.0",
8585
"typescript": "^5.0.4"

0 commit comments

Comments
 (0)