Common ESLint config for CPUchain projects
Would install all necessary eslint dependencies for typescript development as well
$ yarn add -D @cpuchain/eslint
Then use it with the following
import tseslint from 'typescript-eslint';
import { getConfig } from './lib/index.js';
export default tseslint.config(getConfig());