Skip to content

Commit

Permalink
Add @eslint/markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Oct 9, 2024
1 parent d94a58a commit d155a2a
Show file tree
Hide file tree
Showing 6 changed files with 1,594 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commonjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import globals from "globals";
import ignores from "./ignores.js";
import json from "./json.js";
import markdown from "@eslint/markdown";
import override from "./override.js";
import { rules } from "./rules/js.js";
import stylistic from "@stylistic/eslint-plugin";
Expand All @@ -21,4 +22,5 @@ export default [
},
...override,
...json,
...markdown.configs.recommended,
];
2 changes: 2 additions & 0 deletions module.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import globals from "globals";
import ignores from "./ignores.js";
import json from "./json.js";
import markdown from "@eslint/markdown";
import override from "./override.js";
import { rules } from "./rules/js.js";
import stylistic from "@stylistic/eslint-plugin";
Expand All @@ -21,4 +22,5 @@ export default [
},
...override,
...json,
...markdown.configs.recommended,
];
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"dependencies": {
"@eslint/json": "0.5.0",
"@eslint/markdown": "6.2.0",
"@stylistic/eslint-plugin": "2.9.0",
"globals": "15.11.0"
},
Expand Down
Loading

0 comments on commit d155a2a

Please sign in to comment.