- Docs: Remove outdated info on jsdoc linting (now just part of eslint config)

- npm: Rename open script to open-tests, and add `open` script for opening instance of svgedit
- npm: Ensure starting server for open scripts
This commit is contained in:
Brett Zamir
2019-12-25 16:06:44 +08:00
parent 8bd9466827
commit 6f8d45cda9
3 changed files with 8 additions and 15 deletions

View File

@@ -7,18 +7,6 @@ npm run eslint
This will query both JavaScript files and will query JavaScript within
Markdown files. It will also check for some JSDoc issues.
## JSDoc
To check for JSDoc issues, besides the eslint script, one may run the
following to find any overly generic types in use (types should be as
specific as possible):
```
npm run types-doc
```
See also [ReleaseInstructions](./ReleaseInstructions.md).
## Atom usage
If using the Atom package `linter-eslint`, one may add `source.gfm` to the