eslint-config-strict-standard

v3.0.1
JavaScript Strict Standard Style
check checker code checker code linter code standards code style code enforce eslint and 18 more...

Strict Standard config

Build Status Code Climate Dependency Status Codacy Badge bitHound Score

This is a Strict Standard configuration for ESLint. You might want to use the strict-standard tool for convenience.

Usage

npm install --save-dev eslint eslint-config-strict-standard eslint-plugin-standard

Create an .eslintrc file in your project:

{
  "extends": "strict-standard"
}

Add the following to your package.json:

{
    "scripts": {
        "lint": "eslint ."
    }
}
npm i eslint-config-strict-standard

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 4/24/2016

Downloads

Maintainers