Skip to content

megalojs/eslint-config-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

eslint-config-typescript for magolo-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published