Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

mostjs/eslint-config-most

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mostjs ESLint config

Usage

Via package-starter

Use the package-starter.

Via eslintrc

If you don't use the package starter, you can extend eslint-config-most in your .eslintrc:

npm install --save-dev @most/eslint-config-most
{
  'extends': '@most/eslint-config-most'
}

(Note: You can omit the eslint-config- prefix since it is automatically assumed by ESLint)

You can override settings by adding them directly into your .eslintrc file.

About

Shareable ESLint config for mostjs packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published