@npm_identt/eslint-config-self-verify

1.2.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @npm_identt/eslint-config-self-verify

Weekly Downloads

101

Version

1.2.0

License

ISC

Unpacked Size

9.96 kB

Total Files

14

Last publish

Collaborators

  • npm_identt