@nextcapital/eslint-config-js-linter

4.1.0 • Public • Published

eslint-config-js-linter

An eslint config to enforce Nextcapital's Javscript code conventions. Uses airbnb-base as a base (airbnb-base does not include React/JSX conventions, whereas airbnb does).

Does not enforce React/JSX conventions. Extend @nextcapital/eslint-config-react-linter on top of this config for React standards enforcement.

Installation

npm install --save-dev @nextcapital/eslint-config-js-linter

Usage

Add eslint-config-js-linter to the extends section of your eslint configuration file.

{
    "extends": ["@nextcapital/eslint-config-js-linter"]
}

/@nextcapital/eslint-config-js-linter/

    Package Sidebar

    Install

    npm i @nextcapital/eslint-config-js-linter

    Weekly Downloads

    1

    Version

    4.1.0

    License

    Apache-2.0

    Unpacked Size

    14.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • nc-npm
    • nc-kreiserm