@netly/eslint-config-base
v1.2.11
Published
Custom eslint rule for js and ts file
Downloads
41
Maintainers
Readme
@netly/eslint-config-base
My personal eslint config for js and ts at the same time.
What's included:
- typescript-eslint
- @stylistic
- @eslint/js
Usage
Install:
$ yarn add --dev @netly/eslint-config-base
$ npm i -D @netly/eslint-config-base
In eslint.config.js
file:
import netlyConfig from '@netly/eslint-config-base';
export default [
...netlyConfig,
];