eslint-config-chiedo-labs-nodedeprecated

Chiedo Labs Eslint config

Usage no npm install needed!

<script type="module">
  import eslintConfigChiedoLabsNode from 'https://cdn.skypack.dev/eslint-config-chiedo-labs-node';
</script>

README

Node ESLint Config

This is the Chiedo Labs eslint configuration file for Node.JS projects. Currently it's based on the Airbnb eslint config.

Installation

Install this eslint config on npm by running

  yarn add --dev eslint eslint-config-chiedo-labs-node eslint-config-airbnb-base eslint-plugin-import eslint-plugin-mocha

Add to your project by creating an .eslintrc file and then setting the contents to the following.

  {
    "extends": "eslint-config-chiedo-labs-node"
  }

Development

  1. Make a change
  2. Commit your changes to git and push your changes to a branch on Github.
  3. Submit a pull request

Deployment (For those with access)

  1. run npm login in the terminal
  2. run npm version patch
  3. run npm publish