Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 26, 2024
1 parent 69a151e commit 943b5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const myPlugin = require("@ota-meshi/eslint-plugin")
const tseslint = require("typescript-eslint")
const allConfig = require("eslint-plugin-astro").configs.all
const allConfig = require("./node_modules/eslint-plugin-astro").configs.all
module.exports = [
{
ignores: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"esbuild-register": "^3.3.3",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-astro": "^1.0.2",
"eslint-plugin-eslint-plugin": "^6.0.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-json-schema-validator": "^5.0.0",
Expand Down

0 comments on commit 943b5c9

Please sign in to comment.