0.0.3 • Published 8 years ago

eslint-config-agirorn v0.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

eslint-config-agirorn

These are my eslint rules there are many like it but this one is mine.

Usage

Install module

npm i eslint-config-agirorn

Add extends to .eslintrc

{
  "extends": "agirorn"
}

Based on eslint-config-airbnb-base

Then augmented for my personal taste.

  • no-use-before-define (airbnb issue #872) Function hoisting is a javascript standard and assists with top down reading of code from least complex part of code to more complex parts.