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