1.2.0 • Published 4 years ago

eslint-config-react-shyn v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

eslint-config-react-shyn

USAGE

Create file .eslintrc.js in the root and add below code in this file

module.exports = {
  extends: ['react-shyn'],
};