nodeshift-archived / license-reporter

license-reporter is a tool that gathers licenses for project's dependencies and produces a output in XML, JSON, YAML and HTML format.
Apache License 2.0
13 stars 10 forks source link

chore: Code consistency #379

Closed helio-frota closed 3 years ago

helio-frota commented 3 years ago

Adding suggestions based on Reference Architecture code consistency document: https://github.com/nodeshift/nodejs-reference-architecture/blob/master/docs/development/code-consistency.md#code-consistency

helio-frota commented 3 years ago

@alexalikiotis when we run "git commit -m "foobar", husky will trigger the tests (which will start the lint) and if that fails, the git commit is aborted. The .husky directory and its contents were added by this command: npm install husky --save-dev && npx husky init