1.2.5 • Published 7 years ago

eslint-config-elderfo v1.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

eslint-config-elderfo

This is my eslint configuration that I used on my projects. This config extends the linting rules from airbnb/javascript.

Build Status semantic-release

Usage

Extend elderfo in your .eslintrc file:

{
  "extends":"elderfo"
}

Rule Differences

RuleSettingDescription
no-underscore-dangleoffSimply a preference of mine
max-lenerrorHas the following rules applied: ignoreTrailingComments: truecode: 100ignoreStrings: trueignoreComments: trueignoreUrls: true
react/jsx-filename-extensionerrorExcept for extensions: .js .jsx
1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago