eslint-config-sparkle

0.0.1 • Public • Published

eslint-config-sparkle

NPM version Build Status

An opinionated ESLint configuration made by Poneys.

Installation

Install ESLint and this config package:

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

Usage

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

MIT License

Package Sidebar

Install

npm i eslint-config-sparkle

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hashtagponeyclub