Skip to content

Crunch-io/eslint-config-crunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-crunch

ESLint shareable config used in javascript Crunch.io projects

Installation

$ npm install --save-dev eslint eslint-config-crunch

Usage

Once the eslint-config-crunch package is installed, you can use it by specifying crunch in the extends section of your ESLint configuration.

{
  "extends": "crunch",
  "rules": {
    // Additional, per-project rules...
  }
}

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •