1.0.4 • Published 5 years ago
@vinebase/eslint-config v1.0.4
@vinebase/eslint-plugin
Vinebase linting rules for ESLint
Usage
- Add the package to dev dependencies:
$ npm i -D @vinebase/eslint-config
- Create
.eslintrc.json
in the root directory with this content:
{
"extends": ["@vinebase"]
}
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 @vinebase/eslint-config
.- Update the installed version in
package.json
.