0.1.3 • Published 3 years ago

eslint-config-hf v0.1.3

Weekly downloads
25
License
ISC
Repository
-
Last release
3 years ago

eslint-config-hf

eslint extends.

installation

yarn add -D eslint-config-hf

How to Use

  • .eslintrc.js
// Default ES5/ES6/jQuery
module.exports = {
  extends: ['hf/configs/base']
}

// react
module.exports = {
  extends: ['hf/configs/react']
}

How to Develop

  • check file is valid as .eslintrc.js
yarn test