Skip to content

StarryInternet/eslint-config-starry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-starry

Starry JavaScript Styleguide for ESLint.

Based heavily on Idiomatic.js, with some additional rules to enfore ES6 features like using let or const instead of var.

Usage

npm install @starryinternet/eslint-config-starry @starryinternet/eslint-plugin-starry --save-dev

Then drop an .eslintrc file in your project root that looks like this:

{
  "root": true,
  "extends": "@starryinternet/starry"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published