Skip to content

gakimball/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Don't tell me how to live my life

npm

I'm horribly pedantic when it comes to writing code.

Installation

npm install @gakimball/eslint-config --save-dev

Usage

In your .eslintrc:

{
  "extends": "@gakimball"
}

Overview

Extends the default eslint config, parses with Babel, and adds the import plugin. Includes these hot rules:

  • Two spaces for indentation.
  • Single quotes.
  • More rigit JSDoc enforcement.
  • Allow functions to be defined after they're first referenced. (Yay hoisting!)
  • if/else go on separate lines. (This is my stupid hill and I will die on it.)
  • Consistent return values optional.
  • Prefer const, then let, but never var.
  • Capitalize the first word in a comment.
  • Put spaces around inline objects.
  • Always use === and !==.
  • Class methods must use this (otherwise they can be static).

Local Development

git clone https://github.com/gakimball/eslint-config
cd eslint-config

License

MIT © Geoff Kimball

About

✏️ Don't tell me how to live my life

Resources

License

Stars

Watchers

Forks

Packages

No packages published