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