This package has been deprecated

Author message:

No longer maintained use prettier instead, it's much better anyways.

eslint-config-elderfo

1.2.5 • Public • Published

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

Rule Setting Description
no-underscore-dangle off Simply a preference of mine
max-len error Has the following rules applied:
ignoreTrailingComments: true
code: 100
ignoreStrings: true
ignoreComments: true
ignoreUrls: true
react/jsx-filename-extension error Except for extensions:
.js
.jsx

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-elderfo

Weekly Downloads

1

Version

1.2.5

License

MIT

Last publish

Collaborators

  • elderfo