Skip to content

YADAgency/eslint-config

Repository files navigation

@yadagency/eslint-config

Usage

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',
  ],
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published