1.0.9 • Published 11 months ago

eslint-config-connect v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

EsLint Config Connect

This package contains a configuration for EsLint. The rules were prepared by developers and are a standard for our modules.

How to implement

In order to use this configuration in module place this code in a ".eslintrc" file.

{
"extends": "eslint-config-connect"
}

The configuration will be now taken from published public NPM package. https://www.npmjs.com/package/eslint-config-connect

GitHub Workflow

There is a GitHub workflow created in '.github/workflows/eslint-configuration-connect-ci.yml' Every time when a PR to master will be created a new version will be pushed to NPM.

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago