Skip to content

Commit

Permalink
chore: remove eslint doc generator
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Mar 9, 2024
1 parent 9cbae77 commit 8ac7008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 166 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"scripts": {
"build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:generate": "eslint-doc-generator --rule-list-columns name,description,fixable,hasSuggestions,deprecated --path-rule-list readme.md --url-rule-doc https://eslint-plugin-perfectionist.azat.io/rules/{name} --url-configs https://eslint-plugin-perfectionist.azat.io/configs && eslint-doc-generator --rule-list-columns name,description,fixable,hasSuggestions,deprecated --rule-doc-title-format name --path-rule-list ./docs/rules/index.md --url-rule-doc /rules/{name} --url-configs /configs/ && prettier --write readme.md ./docs/rules/index.md",
"docs:build": "vitepress build docs",
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:check": "pnpm test && pnpm run build",
Expand Down Expand Up @@ -99,7 +98,6 @@
"changelogen": "^0.5.5",
"clean-publish": "^4.3.0",
"eslint": "^8.57.0",
"eslint-doc-generator": "^1.7.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node-import": "^1.0.4",
Expand Down
170 changes: 6 additions & 164 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ac7008

Please sign in to comment.