eslint-config for TypeScript projects
- get the package from npm
$ npm install @ts-all/eslint-config -D
- just extends it in your eslint config file eg.
eslint.config.mjs
import { default as config } from '@ts-all/eslint-config';
export default config;
- linting
$ npx eslint