Skip to content

Commit

Permalink
Remove jsdoc and minami (#1669)
Browse files Browse the repository at this point in the history
* remove jsdoc and minami

* remove jsdoc in package-lock.json
  • Loading branch information
jennyliang220 authored Nov 7, 2022
1 parent cd9d3d3 commit 382fa7d
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 602 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"piwik",
"prevrecuri",
"Pubrules",
"pubruleschecker",
"rdquo",
"rectrack",
"RSCND",
Expand Down Expand Up @@ -92,7 +93,6 @@
".nyc_output/**",
".github/**",
"coverage/**",
"doc/api/**",
"test/**/*.html",
"package-lock.json",
"node_modules/**",
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": ["plugin:node/recommended", "plugin:jsdoc/recommended"]
"extends": ["plugin:node/recommended"]
},
{
"files": ["test/**/*.js"],
Expand Down
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ updates:
update-types: ['version-update:semver-minor']
- dependency-name: 'eslint*'
update-types: ['version-update:semver-minor']
- dependency-name: 'jsdoc'
update-types: ['version-update:semver-minor']
- dependency-name: 'husky'
update-types: ['version-update:semver-minor']
- dependency-name: 'nodemon'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/js-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
push:
paths:
- '**/*.js'
- 'jsdoc.json'
- 'package.json'
pull_request:
paths:
- '**/*.js'
- 'jsdoc.json'
- 'package.json'

jobs:
Expand All @@ -26,5 +24,3 @@ jobs:
- run: npm ci

- run: npm run lint

- run: npm run jsdoc
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ NOTES.txt
pubruleschecker
scratch

# JSDoc output
doc/api/

# mac files
.DS_Store
*/.DS_Store
Expand Down
9 changes: 0 additions & 9 deletions jsdoc.json

This file was deleted.

Loading

0 comments on commit 382fa7d

Please sign in to comment.