1.0.0-beta.1 • Published 8 months ago

@aak.lear/eslint-config-base v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@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-config

Manually

npm

npm i -D @aak.lear/eslint-config-base

yarn

yarn add -D @aak.lear/eslint-config-base

Usage

Use this extension in your eslint configuration file.

Example for .eslintrc.js:

module.exports = {
  extends: [
    '@aak-lear/base',
  ],
};
1.0.0-beta.1

8 months ago

1.0.0-beta.0

8 months ago