1.3.0 • Published 3 days ago

@pilaton/eslint-config-base v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

@pilaton/eslint-config-base

npm

The configuration includes basic JS and TS code checks.

!NOTE Package from the eslint-eco monorepository.
I recommend reading the documentation to understand the whole picture.

Included in the package

  1. ESLint recommended config
  2. eslint-plugin-n — Additional ESLint rules for Node.js
  3. eslint-plugin-import — ES2015+ (ES6+) import/export syntax linting support
  4. eslint-plugin-promise – The best practices for JS/TS promises
  5. eslint-plugin-unicorn — More than 100 powerful ESLint rules
  6. eslint-config-prettier — Turns off all rules that are unnecessary or might conflict with Prettier.
  7. eslint-config-standard — Rules to make your code conform to the general practices of the «JS Standard Code Style»
  8. eslint-config-love — Rules for TypeScript to comply with the «JS Standard Code Style»

Install

npm i @pilaton/eslint-config-base --save-dev

Usage

This configuration is created for the new ESLint Flat Config, and only supports ESM!

eslint.config.js (eslint>=v8.23.1)

import base from '@pilaton/eslint-config-base';

export default [
  ...base,

  {
    // Your config
  },
];
1.3.0

3 days ago

1.2.0

1 month ago

1.1.0

2 months ago

1.0.0

3 months ago

0.7.1

3 months ago

0.7.0

3 months ago

0.6.0

4 months ago

0.5.0

5 months ago

0.4.2

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.0

5 months ago

0.5.8

5 months ago

0.5.7

5 months ago

0.5.6

5 months ago

0.5.5

5 months ago

0.5.1

5 months ago

0.3.10

5 months ago

0.3.9

5 months ago

0.3.8

5 months ago

0.1.0

5 months ago