0.2.0 • Published 7 years ago

eslint-config-skelp v0.2.0

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

eslint-config-skelp

eslint-config-skelp contains standard ESLint configurations for Skelp packages.

License Release

Important! This package is deprecated and no longer maintained. You may want to consider using the !ninja configuration or any other ESLint configuration.

Install

Install using npm:

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

You'll need to have at least Node.js installed.

Configuration

Create an ESLint configuration file within your package that extends this configuration:

{
  "extends": "skelp",
  ...
}

This will import the ECMAScript 5 configuration by default. This can also be done by extending "skelp/es5". For ECMAScript 6 packages, please extend "skelp/es6" instead.

For compatibility with ESLint version 2, extend either "skelp/v2/es5" for ECMAScript 5 or "skelp/v2/es6" for EMCAScript 6.

License

See LICENSE.md for more information on our MIT license.

0.2.0

7 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago