4.1.1 • Published 10 months ago

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

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
10 months ago

!CAUTION This package is deprecated. Please use @nextcapital/eslint-config

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.1

10 months ago

4.1.0

3 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago