@porscheinformatik/eslint-plugin-template
v1.1.0
Published
Provides custom eslint rules for Porscheinformatik
Readme
@porscheinformatik/eslint-plugin-template
Provides custom eslint template rules for Porsche Informatik
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install @porscheinformatik/eslint-plugin-template:
npm install @porscheinformatik/eslint-plugin-template --save-devUsage
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
}
}It's recommended to use the recommended configuration
{
"extends": [
"plugin:@porscheinformatik/template/recommended"
],
}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 | ✅ | 🔧 |
