Skip to content

eslint-config-cloudcannon 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @cloudcannon/eslint-config-cloudcannon@1.0.0
Install via package.json:
"@cloudcannon/eslint-config-cloudcannon": "1.0.0"

About this version

CloudCannon ESLint Config

Welcome to the CloudCannon ESLint config. This will ensure your code follows the CloudCannon linting definitions.

Setting up

Install packages:

$ npm install eslint-config-cloudcannon eslint eslint-plugin-import eslint-plugin-mocha --save-dev

Create a new file on the root directory name ".eslintrc.json" with the following content:

{
    "extends": [
        "cloudcannon"
    ]
}

Add the linting scripts into the packages.json file with the paths to the folders containing the .js code:

    "lint-autofix": "eslint --fix lib/** config/** test/** application.js",
    "lint-code": "eslint  lib/** config/** test/** application.js",
    "lint": "npm run lint-autofix && npm run lint-code"

Run the lint-code script to check the current errors:

$ npm run lint-code

Details


Assets

  • eslint-config-cloudcannon-1.0.0-npm.tgz

Download activity

  • Total downloads 9,907
  • Last 30 days 176
  • Last week 45
  • Today 0

Recent versions

View all