ericclemmons / eslint-config-future

ESLint Shareable Config for ES5/ES6/ES7 Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%