My personal eslint config for js and ts at the same time.
What's included:
- typescript-eslint
- @stylistic
- @eslint/js
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,
];