Skip to content

megalojs/eslint-config-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

eslint-config-standard for megalo project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published