2.0.1 • Published 10 years ago

eslint-config-skyscape v2.0.1

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

eslint-config-skyscape

Skyscape Cloud Services ESLint configuration.

Installation

npm install --save-dev eslint eslint-config-skyscape

Usage

Node.js Projects

Create the following .eslintrc file in your project root.

{
  "extends": "skyscape",
  "root": true
}

Sprockets Projects

Create the following .eslintrc file in your project root.

{
  "extends": "skyscape/sprockets",
  "root": true
}

Test Configuration

Create the following .eslintrc file in your test directory.

{
  "extends": "skyscape/test"
}

Tests

npm test

Versioning

When tagging a new release use npm. It will update the version in the package.json file before committing the change to git and adding the appropriate git tag.

To release a bugfix update the patch version.

$ npm version patch
$ git push

To release a feature update the minor version.

$ npm version minor
$ git push

To release a breaking change update the major version.

$ npm version major
$ git push
2.0.1

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago