1.0.0 • Published 5 years ago

@megalo/eslint-config-standard v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

eslint-config-standard

eslint-config-standard for megalo project

Install

npm i eslint @megalo/eslint-config-standard -D

Configure

If you have already configured the eslint-related webpack configuration, you can create a file .eslintrc.js in project root directory, that`s all content of file:

module.exports = {
  root: true,
  extends: [
    '@megalo/standard'
  ]
}

Recommendations

We recommend using it with @megalo/cli-serve. Click this enter to portal