Skip to content

ango1994/eslint-config-ango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

eslint-config-ango

ESLint shareable config for my projects.

Installation

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

Usage

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

{
  "extends": "eslint-config-ango",
  "rules": {
    // Additional, per-project rules...
  }
}

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published