1.0.1 • Published 9 months ago

@janvdt/eslint-config-react-native v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@entertainment-content-experience/eslint-config-frontend

// install dependencies in your project
yarn add --dev eslint prettier
yarn add --dev @janvdt/eslint-config-react-native

// .eslintrc.js
module.exports = {
  root: true,
  extends: '@janvdt/eslint-config-react-native',
  parserOptions: {
    project: './tsconfig.json',
  },
};