0.0.8 • Published 9 months ago

@jungzl/eslint-config-basic v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

eslint-config

Jungzl's basic eslint config 🦄

🛠️ Usage

First, make sure you have Eslint installed and install this package by:

npm[yarn|pnpm] install @jungzl/eslint-config-basic --dev

Then add the following to your .eslintrc.js:

module.exports = {
  extends: '@jungzl/eslint-config-basic',
}