Skip to content

corsali/eslint-config-corsali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@corsali/eslint-config

Corsali linting rules.

Usage

  1. Add the package to dev dependencies:
$ npm i -D @corsali/eslint-config
  1. Create .eslintrc.json in the root directory with this content:
{
  "extends": ["@corsali"]
}

Development

  1. In this repository:

    1. npm link (may need to be run as root).
    2. Update version in package.json.
  2. In another project where the rule is used:

    1. npm link @corsali/eslint-config.
    2. Update the installed version in package.json.

Releases

No releases published

Packages

No packages published