Enforces all linted dirnames to have their names in kebab case style
src/foo-bar
src/my-component
Examples of incorrect dirnames for this rule:
/src/fooBar/index.js
Examples of correct dirnames for this rule:
/src/foo-bar/index.js
Enforces all linted dirnames to have their names in kebab case style
src/foo-bar
src/my-component
Examples of incorrect dirnames for this rule:
/src/fooBar/index.js
Examples of correct dirnames for this rule:
/src/foo-bar/index.js