high-standard

3.3.0 • Public • Published

High Standard

This is a command-line interface tool for generating ESLint configurations.

The philosophy behind this is that every repository has different conventions and requires special treatments.

  • A general-purpose linting tool, such Standard JS, may not serves all the use cases we need.
  • An explicit eslintrc file, which does not incorporate extends property, is more readable and clearer to follow.
  1. Install this globally via npm install -g high-standard
  2. Run high-standard at your repository root.
  3. Expect to have .eslintrc.json file created alongside your package.json
  4. Run npm install to update your local dependencies.

Please see index.js for how ESLint rules are being generated.

Package Sidebar

Install

npm i high-standard

Weekly Downloads

0

Version

3.3.0

License

MIT

Unpacked Size

29.6 kB

Total Files

4

Last publish

Collaborators

  • thisismanta