You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
486 B
20 lines
486 B
{
|
|
"indentation": ["on",{
|
|
"Feature": 0,
|
|
"Background": 2,
|
|
"Scenario": 2,
|
|
"Step": 4,
|
|
"given": 4,
|
|
"and": 4
|
|
}],
|
|
"no-dupe-feature-names": "on",
|
|
"no-dupe-scenario-names": "off",
|
|
"no-empty-file": "on",
|
|
"no-files-without-scenarios": "on",
|
|
"no-multiple-empty-lines": "on",
|
|
"no-partially-commented-tag-lines": "on",
|
|
"no-trailing-spaces": "on",
|
|
"no-unamed-features": "on",
|
|
"no-unamed-scenarios": "on",
|
|
"no-scenario-outlines-without-examples": "on"
|
|
}
|
|
|