docs: update many-to-many docs (#10323)

* docs: update many-to-many docs

* added note about version

* fix eslint error
This commit is contained in:
Shahed Nasser
2024-11-27 19:11:23 +02:00
committed by GitHub
parent ef046844cc
commit 137913b469
8 changed files with 176 additions and 230 deletions
+10 -9
View File
@@ -19,7 +19,16 @@ const compat = new FlatCompat({
export default [
prettier,
{
ignores: ["**/eslint-config-docs", "**/.eslintrc.js", "**/dist"],
ignores: [
"**/eslint-config-docs",
"**/.eslintrc.js",
"**/dist",
"**/next.config.js",
"**/spec",
"**/node_modules",
"**/public",
"**/.eslintrc.js",
],
},
...compat.extends(
"eslint:recommended",
@@ -170,14 +179,6 @@ export default [
rootDir: ".",
},
},
ignores: [
"**/next.config.js",
"**/spec",
"**/node_modules",
"**/public",
"**/.eslintrc.js",
],
rules: {
"react/react-in-jsx-scope": "off",
"@typescript-eslint/prefer-ts-expect-error": "off",