@porscheinformatik/eslint-plugin-template

1.0.2 • Public • Published

@porscheinformatik/eslint-plugin-template

Provides custom eslint template rules for Porsche Informatik

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @porscheinformatik/eslint-plugin-template:

npm install @porscheinformatik/eslint-plugin-template --save-dev

Usage

Add @porscheinformatik/template to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "@porscheinformatik/template"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "@porscheinformatik/template/rule-name": 2
    }
}

Rules

💼 Configurations enabled in.
✅ Set in the recommended configuration.
🔧 Automatically fixable by the --fix CLI option.

Name               Description 💼 🔧
test-automation-id Enforces data-testid on various tags for easier testautomation 🔧

Package Sidebar

Install

npm i @porscheinformatik/eslint-plugin-template

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

10 kB

Total Files

8

Last publish

Collaborators

  • wallabeng
  • mjesseni