Skip to content

Commit

Permalink
update eslint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Apr 2, 2024
1 parent 812da21 commit 39bc971
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 74 deletions.
1 change: 1 addition & 0 deletions commafeed-client/.eslintrc.cjs
Expand Up @@ -42,6 +42,7 @@ module.exports = {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/prefer-nullish-coalescing": ["error", { ignoreConditionalTests: true }],
"@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
"@typescript-eslint/strict-boolean-expressions": "off",
"react/no-unescaped-entities": "off",
"react/react-in-jsx-scope": "off",
Expand Down
146 changes: 73 additions & 73 deletions commafeed-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commafeed-client/package.json
Expand Up @@ -61,7 +61,7 @@
"@types/swagger-ui-react": "^4.18.3",
"@types/throttle-debounce": "^5.0.2",
"@types/tinycon": "^0.6.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.57.0",
Expand Down

0 comments on commit 39bc971

Please sign in to comment.