1.2.0 • Published 11 months ago

@npm_identt/eslint-config-self-verify v1.2.0

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

ESlint config Self Verify

This repository contains eslint config for projects connected with Self Verify Lite

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @npm_identt/eslint-config-self-verify:

npm install @npm_identt/eslint-config-self-verify --save-dev

Usage

Add @npm_identt/eslint-config-self-verify to the extends section of your .eslintrc or .eslintrc.js configuration file with common rules.

{
    "extends": [
        "@npm_identt/eslint-config-self-verify"
    ]
}
module.exports = {
	extends: '@npm_identt/eslint-config-self-verify',
};

To extend project with specific configurations you can add @npm_identt/eslint-config-self-verify/${frontend|imports|prettier} as follows.

module.exports = {
	extends: '@npm_identt/eslint-config-self-verify/frontend',
};

Publishing

To publish introduced changes you need to run following commands in your terminal:

npm version patch|minor|major
npm publish
1.2.0

11 months ago

1.2.3-0

11 months ago

1.2.2-0

11 months ago

1.2.1-0

11 months ago

1.2.0-0

11 months ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.0

2 years ago