GMOD / jbrowse-plugin-template

Template to quickly start a new JBrowse 2 plugin
https://jbrowse.org/
Apache License 2.0
4 stars 0 forks source link

Disable unused* in tsconfig in favor of lint rule #8

Closed garrettjstevens closed 3 years ago

garrettjstevens commented 3 years ago

Fixes #3. This way, unused variables or arguments don't stop TypeScript from building, but developers can add a lint pre-commit hook, CI check, etc. if they want to check for unused vars/args.

Also adds a small fix so that people running with npm instead of yarn don't get error from the package.json scripts.