0.1.5 • Published 5 years ago
@aider/eslint-config v0.1.5
@aider/eslint-config
Installation
$ npm i -D @aider/eslint-configCreate 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