1.0.3 • Published 3 years ago

@numacom/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 years ago

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

3 years ago