eslint-config-react-native-localz

2.0.2 • Public • Published

eslint-config-react-native-localz

This config will also integrate prettier into your eslint workflow... no need for a .prettierrc!

Install

$ npm install eslint-config-react-native-localz eslint prettier --save-dev

Usage

Add react-native-localz as an eslint configuration -- either:

  1. In package.json:
"eslintConfig": {
  "extends": [
    ...
    "react-native-localz",
    ...
  ],
  ...
}

OR

  1. In .eslintrc/.eslintrc.json:
{
  "extends": [
    ...
    "react-native-localz",
    ...
  ],
  ...
}

License

MIT © Localz

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-react-native-localz

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

3.8 kB

Total Files

4

Last publish

Collaborators

  • localzadmin