@weareenvoy/envoy-lints

Node CLI for installing the default linters and linter configs used by the ENVOY web team.

Usage no npm install needed!

<script type="module">
  import weareenvoyEnvoyLints from 'https://cdn.skypack.dev/@weareenvoy/envoy-lints';
</script>

README

ENVOY lints

Node CLI for installing the default linters and linter configs used by the ENVOY web team.

Use the CLI

Go to your project root:

cd path/to/my/node/project

Execute with npx:

npx @weareenvoy/envoy-lints

Installs

  • eslint
  • stylelint
  • @weareenvoy/eslint-config-envoy
  • @weareenvoy/stylelint-config-envoy
  • and peer dependencies (if applicable)

Creates

ESLint and stylelint config files at project root for extending the default ENVOY lint configs.

  • .eslintrc.js
  • .stylelintrc.js