Skip to content

Commit

Permalink
chore(plugin-server): bump eslint deps and enable no-constant-binary-…
Browse files Browse the repository at this point in the history
…expression lint (#18578)

* chore(plugin-server): bump eslint deps

* chore(plugin-server): enable no-constant-binary-expression lint
  • Loading branch information
bretthoerner authored Nov 13, 2023
1 parent 565183d commit cd54a6a
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 290 deletions.
1 change: 1 addition & 0 deletions plugin-server/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'no-only-tests/no-only-tests': 'error',
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
'no-constant-binary-expression': 'error',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': [
'error',
Expand Down
14 changes: 7 additions & 7 deletions plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@
"@types/snowflake-sdk": "^1.5.1",
"@types/tar-stream": "^2.2.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.1.0",
"c8": "^7.12.0",
"deepmerge": "^4.2.2",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^28.1.1",
"nodemon": "^2.0.22",
Expand Down
Loading

0 comments on commit cd54a6a

Please sign in to comment.