Skip to content

wmdanor/eslint-plugin-filename-consistency

Repository files navigation

npm version Downloads Build Status

eslint-plugin-filename-consistency

Enabling the plugin

Modify your .eslintrc file to load the plugin and enable the rules you want to use.

{
  "plugins": [
    "filename-consistency"
  ],
  "rules": {
    "filename-consistency/match": "error"
  }
}

Rules

Consistent files and folders names (match)

A rule to enforce a certain file and folder naming convention.

The convention can be configured using the name of case (the default is camel).

Read more about this rule here

About

Eslint plugin to enforce a specific naming convention for files and folders

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published