eslint-config-laxarjs

2.0.0 • Public • Published

LaxarJS ESLint Configuration

The LaxarJS ESLint rules are a restrictive rule set extending the eslint:recommended rule set. The rules are applicable to ES2016 projects.

Installation

npm install --save-dev eslint eslint-config-laxarjs

In your project, create a file .eslintrc.json with the following contents:

{
   "extends": "laxarjs"
}

Or, if you are building a Node.js package:

{
   "extends": "laxarjs/node"
}

If applicable, define additional configuration rules, or override the laxarjs rules.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i eslint-config-laxarjs

    Weekly Downloads

    77

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • mkemmann
    • jpommerening
    • x1b
    • alex3683