1.0.9 • Published 2 years ago

@tangjj1996/eslint-config v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Usage

eslint as config peerDependencies, so Make sure you have installed it in DevDependencies. Then

npm[yarn|pnpm] install @tangjj1996/stylelint-config --dev

Finnally, add the following to your .eslintrc.js file

module.exports = {
  extends: "@tangjj1996/eslint-config"
}