2.1.1 • Published 9 years ago

eslint-config-future v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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

ESLint Shareable Config for Clean ES5/ES6/ES7 Javascript

npm.io npm.io npm.io

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!

License

MIT. Copyright (c) Eric Clemmons

2.1.1

9 years ago

2.0.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago