8000 GitHub - elderfo/eslint-config-elderfo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

elderfo/eslint-config-elderfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0