zemanel / eslint-config-sanoma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLint Shareable Config for Sanoma Technology

ESLint config that extends https://github.com/feross/eslint-config-standard and modifies some rules.

To use:

  1. Install npm package in your project

    $ npm install --save-dev eslint-config-sanoma
    
  2. Add to (or update) .eslintrc.json:

    {
        "extends": [
            "sanoma"
        ]
    }
    

About

License:MIT License


Languages

Language:JavaScript 100.0%