0.1.5 • Published 4 years ago
@aider/eslint-config v0.1.5
@aider/eslint-config
Installation
$ npm i -D @aider/eslint-config
Create a .eslintrc.js
in project root:
module.exports = {
extends: ['@aider'],
}
Publishing
$ npm run release -- --release-as {major|minor|patch}
$ git push --follow-tags origin main