Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokeyrhyme/eslint-config-es2015
an opinionated ESLint configuration
https://github.com/jokeyrhyme/eslint-config-es2015
Last synced: 21 days ago
JSON representation
an opinionated ESLint configuration
- Host: GitHub
- URL: https://github.com/jokeyrhyme/eslint-config-es2015
- Owner: jokeyrhyme
- License: bsd-2-clause
- Created: 2015-09-08T21:34:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T05:09:18.000Z (almost 8 years ago)
- Last Synced: 2024-10-14T21:23:39.317Z (25 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jokeyrhyme/eslint-config-es2015
an opinionated ESLint configuration
[![npm module](https://img.shields.io/npm/v/@jokeyrhyme/eslint-config-es2015.svg)](https://www.npmjs.com/package/@jokeyrhyme/eslint-config-es2015)
[![travis-ci](https://img.shields.io/travis/jokeyrhyme/eslint-config-es2015.svg)](https://travis-ci.org/jokeyrhyme/eslint-config-es2015)## What does it do?
- extends [@jokeyrhyme/es5](https://github.com/jokeyrhyme/eslint-config-es5)
- which extends [eslint-config-standard](https://github.com/feross/eslint-config-standard)
- explicitly re-enables some "env" and "ecmaFeatures" settings from standard