1.0.2 • Published 10 months ago

eslint-plugin-intelico v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

eslint-plugin-intelico

Linting rules for ESLint from Intelico

Installation

Install with NPM.

Run npm install eslint-plugin-intelico -D to install the library.

Usage

Open eslint config file

{
    plugins: ['intelico'],
    rules: {
        'intelico/not-is-props-notation': 'warn',
        'intelico/not-has-props-notation': 'warn',
    }
}
1.0.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago