1.0.2 • Published 6 years ago

eslint-config-jibrel v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-jibrel

npm

This is the base eslint config for use in Jibrel projects.

💿 Install

yarn add -D eslint eslint-config-jibrel

📖 Usage

In your .eslintrc file:

{
  "extends": ["eslint-config-jibrel"]
}

🎁 Included plugins

eslint-plugin-fp
eslint-plugin-jest
eslint-plugin-more
eslint-plugin-react
eslint-plugin-ramda
eslint-config-airbnb
eslint-plugin-import
eslint-plugin-unicorn
eslint-plugin-jsx-a11y
eslint-plugin-flowtype
eslint-plugin-eslint-comments

🍻 Contributing

PRs are welcome if the reasoning for the proposed change is provided.

🖌 License

MIT License