Skip to content

Commit

Permalink
chore: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 15, 2024
1 parent 9b7f2fa commit 9e75e82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,11 @@ module.exports = [
eqeqeq: "off",
},
},
{
files: ["**/*.md/*.js", "**/*.md/*.ts"],
rules: {
"@typescript-eslint/no-namespace": "off",
},
},
),
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"eslint-plugin-json-schema-validator": "^5.0.0",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-markdown": "^4.0.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-node-dependencies": "^0.12.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down

0 comments on commit 9e75e82

Please sign in to comment.