1.4.0 • Published 4 years ago
@corsali/eslint-config v1.4.0
@corsali/eslint-config
Corsali linting rules.
Usage
- Add the package to dev dependencies:
$ npm i -D @corsali/eslint-config- Create
.eslintrc.jsonin the root directory with this content:
{
"extends": ["@corsali"]
}Development
In this repository:
npm link(may need to be run as root).- Update version in
package.json.
In another project where the rule is used:
npm link @corsali/eslint-config.- Update the installed version in
package.json.