4.1.0 • Published 3 years ago

@nextcapital/eslint-config-js-linter v4.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

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"]
}
4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago