@nnmax/eslint-config
v4.0.0-alpha.3
Published
[](https://badge.fury.io/js/@nnmax%2Feslint-config-basic)
Readme
@nnmax/eslint-config
This guide focuses only on JavaScript code logic errors. No formatting checks.
It is recommended to use Prettier to manage the style of the code.
Most of the rules come from Airbnb JavaScript Style.
Prerequisites
- ESLint 8.0.0 and above
- Node.js 12.22 and above
- Node.js 14 and above
- Node.js 16 and above
Usage
With JavaScript:
npm i -D @nnmax/eslint-config-basicWith TypeScript:
npm i -D @nnmax/eslint-config-typescriptWith React and TypeScript:
npm i -D @nnmax/eslint-config-reactConfiguration
Adds "extends": ["@nnmax/eslint-config-basic"] to your .eslintrc.
