eslint-modules-standard-deviation

2.0.1 • Public • Published

eslint-modules-standard-deviation

npm version npm downloads bitHound Overall Score

Add linter settings easily to any javascript ES5, ES2015, ES.next or React project using shared eslint config, eslint-config-standard-deviation, and ESLint

Installation

npm

npm install eslint babel-eslint eslint-modules-standard-deviation --save-dev
Works only in npm 3 and beyond environments

Usage

Add extends to project .eslintrc

{
  "extends": ["standard-deviation"]
}

Add scripts to package.json

"scripts"{
  "lint": "eslint . --ext .js,.jsx",
  "testonly": "echo \"Error: no test specified\" && exit 1",
  "test": "npm run lint && npm run testonly"
}

[optional] enable/disable eslint rules

{
  "extends": ["standard-deviation"],
  "rules": {
    "space-before-function-paren": ["error", "always"]
  }
}

Projects using eslint-modules-standard-deviation

Contributing

  • Documentation improvement
  • Feel free to send any PR

License

ISC

Package Sidebar

Install

npm i eslint-modules-standard-deviation

Weekly Downloads

0

Version

2.0.1

License

ISC

Last publish

Collaborators

  • bysabi