Closed aphelionz closed 5 years ago
Implements the standardjs linter. https://standardjs.com
standardjs
This modifies the npm run lint command as well as adds the standard options to package.json itself.
npm run lint
standard
standard - https://standardjs.com
Also note that this removes all eslint* dependencies
eslint*
Looks good @aphelionz! Thank you for adding the linter 👍
Agreed. Thanks, @aphelionz and @haadcode.
Description (Required)
Implements the
standardjs
linter. https://standardjs.comScripts
This modifies the
npm run lint
command as well as adds thestandard
options to package.json itself.Dependency Changes
standard
- https://standardjs.comAlso note that this removes all
eslint*
dependencies