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