Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:DISSINET/InkVisitor into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adammertel committed Nov 22, 2024
2 parents 1182a0d + a10a51c commit c9ebaa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/client/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"plugins": ["@typescript-eslint", "react-hooks"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended"
],
"rules": {
"quotes": "off",
Expand Down
2 changes: 0 additions & 2 deletions packages/server/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@
"quotes": "off",
"@typescript-eslint/quotes": ["error", "double"],
"@typescript-eslint/lines-between-class-members": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
}

0 comments on commit c9ebaa6

Please sign in to comment.