Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 272 Bytes

File metadata and controls

17 lines (15 loc) · 272 Bytes

filenames-simple/no-index

This rule prohibits the use of index as a filename.

Configuration example

{
  "plugins": [
    "filenames-simple"
  ],
  "rules": {
    "filenames-simple/no-index": "error"
  }
}

Available options

No options are provided.