0.0.1 • Published 7 years ago

eslint-config-sparkle v0.0.1

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

eslint-config-sparkle

NPM version Build Status

An opinionated ESLint configuration made by Poneys.

Installation

npm.io

Install ESLint and this config package:

$ npm install --save-dev eslint eslint-config-sparkle

Usage

npm.io

Just add the extends attribute to your .eslintrc.js:

module.exports = {
  extends: 'sparkle'
};

The base configuration assumes ECMAScript-6. It is meant to be extended on a per-project basis as necessary using ESLint's shareable configs feature. For more details about how shareable configs work, see the ESLint documentation.

This ruleset enforces neither env nor globals settings. They are meant to be set individually on every project.

License

npm.io

MIT License