1.0.0-beta.1 • Published 2 years ago
@aak.lear/eslint-config-base v1.0.0-beta.1
@aak.lear/eslint-config-base
This package contains my ESLint rules configuration for JavaScript.
You should already have installed ESLint package to use this configuration.
Install
CLI
Run following command in your project root and select the desired options
npx @aak.lear/eslint-configManually
npm
npm i -D @aak.lear/eslint-config-baseyarn
yarn add -D @aak.lear/eslint-config-baseUsage
Use this extension in your eslint configuration file.
Example for .eslintrc.js:
module.exports = {
extends: [
'@aak-lear/base',
],
};1.0.0-beta.1
2 years ago
1.0.0-beta.0
2 years ago