eslint-config-future

2.1.1 • Public • Published

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!

License

MIT. Copyright (c) Eric Clemmons

Package Sidebar

Install

npm i eslint-config-future

Weekly Downloads

16

Version

2.1.1

License

MIT

Last publish

Collaborators

  • ericclemmons