Install
yarn add -D @yadagency/eslint-config
.eslintrc.js
:
module.exports = {
parser: '@typescript-eslint/parser',
extends: [
'@yadagency',
'@yadagency/eslint-config/typescript',
'@yadagency/eslint-config/react',
'@yadagency/eslint-config/react-native',
'prettier/@typescript-eslint',
'prettier/react',
],
}