eslint-config-rackt

1.1.1 • Public • Published

eslint-config-rackt

Shared ESLint config for rackt JavaScript code. By adopting a common ESLint config, we hope to encourage consistent style and quality across all of our repos.

The majority of ESLint config should be defined here rather than each project's own .eslintrc. If a project's maintainers desire to override some config, they can do it in their own .eslintrc.

Usage

npm install --save-dev eslint-config-rackt

Then, extend rackt in your .eslintrc:

{
    "extends": "rackt"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    3,578
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    3,578
  • 1.1.0
    30
  • 1.0.0
    10

Package Sidebar

Install

npm i eslint-config-rackt

Weekly Downloads

3,399

Version

1.1.1

License

MIT

Last publish

Collaborators

  • mjackson
  • pwmckenna