README
eslint-config-cycle
ESLint configuration used by Cycle
Usage
First, install this package, ESLint and the necessary plugins:
npm install --save-dev @smalldots/eslint-config-cycle @smalldots/eslint-plugin-cycle babel-eslint@^8.2.1 eslint@^4.17.0 eslint-config-prettier@^2.9.0 eslint-plugin-prettier@^2.6.0 eslint-plugin-react@^7.6.1 eslint-plugin-react-native@^3.2.1 prettier@^1.10.2
Then create a file named .eslintrc
with following contents in the root folder of your project:
{
"extends": "@smalldots/eslint-config-cycle"
}