12 "no-dupe-feature-names": "on",
13 "no-dupe-scenario-names": "off",
14 "no-empty-file": "on",
15 "no-files-without-scenarios": "on",
16 "no-multiple-empty-lines": "on",
17 "no-partially-commented-tag-lines": "on",
18 "no-trailing-spaces": "on",
19 "no-unnamed-features": "on",
20 "no-unnamed-scenarios": "on",
21 "no-scenario-outlines-without-examples": "on",
22 "no-examples-in-scenarios": "on",
23 "new-line-at-eof": ["on", "yes"]