ricardolsmendes / eslint-config-examples

ESLint setup samples for Javascript-based projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-examples

js-standard-style

Examples

eslint install instructions

npm install --save-dev eslint

Standard Config dependencies install instructions (extends: standard)

npm install --save-dev eslint-config-standard \
  eslint-plugin-standard \
  eslint-plugin-promise \
  eslint-plugin-import \
  eslint-plugin-node

NOTE: the -g option can be used for all npm install commands for global install. In that case, please omit the --save-dev option.

How to contribute

Please make sure to take a moment and read the Code of Conduct.

Report issues

Please report bugs and suggest features via the GitHub Issues.

Before opening an issue, search the tracker for possible duplicates. If you find a duplicate, please add a comment saying that you encountered the problem as well.

Contribute code

Please make sure to read the Contributing Guide before making a pull request.

About

ESLint setup samples for Javascript-based projects

License:MIT License