Skip to content

ericclemmons/eslint-config-future

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Future-Friendly ESLint Shareable Config https://img.shields.io/npm/v/eslint-config-future.svg

ESLint Shareable Config for Clean ES5/ES6/ES7 Javascript

Philosophy

Most of these settings were based on best-practices widely followed within the Javascript community, as well as some Symfony2 PHP conventions that greatly enhance readability.

If you disagree with some of the style choices, please open an issue. I'd love to learn & discuss better ways of styling & structuring code :)

Examples

All tests are ran against the examples/ directory.

Install

$ npm install eslint-config-future

Usage

Add to your .eslintrc file:

{
  "extends": "future"
}

If you use React, there's a special version that leverages eslint-react-plugin:

{
  "extends": "future/react"
}

Authors

Collaboration

If you have questions or issues, please open an issue!

MIT. Copyright (c) Eric Clemmons

About

ESLint Shareable Config for ES5/ES6/ES7 Javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published