Skip to content

filename-lint

An extension for vscode that enforces consistent naming conventions for your files and folders.

Getting Started

  1. Install filename-lint.

  2. Add the following configuration to settings.json file.

    json
    "filename-lint.enabled": true

Extension Settings

  • "filename-lint.enabled"
  • "filename-lint.namingPattern"
  • "filename-lint.includePatterns"
  • "filename-lint.excludePatterns"

Extension Commands

  • filename-lint.check-manually

Star ⭐️ or Donate 💰 if you like it!

Released under the MIT.