1.0.9 • Published 2 years ago

eslint-config-connect v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago