eslint-config-standard for megalo project
npm i eslint @megalo/eslint-config-standard -D
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'
]
}
We recommend using it with @megalo/cli-serve. Click this enter to portal