Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 585 Bytes

eslint-config-typescript

eslint-config-typescript for magolo-cli

Install

npm i eslint @megalo/eslint-config-typescript -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/typescript'
  ]
}

Recommendations

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