2.0.5 • Published 8 years ago

strict-standard v2.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Strict Standard

Build Status Code Climate Dependency Status Codacy Badge bitHound Score js-strict-standard-style

js-standard-style

The standard JavaScript code style by feross is a great step to standardize the look and feel of JavaScript source files. Strict Standard uses that and adds on top of it the amazing capabilities of ESLint to detect actual errors in your code. There are no style differences from the main standard, only more error catching.

As new heuristics for catching errors are added to ESLint, they will be added to Strict Standard bumping the major number accordingly. If you use Strict Standard, you can be sure, that all the best tools to catch errors in your code are all being applied to your code.

Usage

npm install --save-dev strict-standard

Add the following to your package.json:

{
    "scripts": {
        "lint": "strict-standard"
    }
}

Alternatively, use an eslint config directly. That allows contributors who have eslint integrated in their editors get the correct errors without any setup.

Badge

js-strict-standard-style

[![js-strict-standard-style](https://img.shields.io/badge/code%20style-strict%20standard-117D6B.svg)](https://github.com/denis-sokolov/strict-standard)