@aak.lear/eslint-config-base
v1.0.0-beta.1
Published
This package contains my ESLint rules configuration for JavaScript
Downloads
5
Readme
@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',
],
};