Skip to content

Introduction

eslint-plugin-toml is ESLint plugin provides linting rules for TOML.

NPM licenseNPM versionNPM downloadsNPM downloadsNPM downloadsNPM downloadsNPM downloadsBuild Status

📛 Features

This ESLint plugin provides linting rules for TOML.

  • You can use ESLint to lint TOML.
  • You can find out the problem with your TOML files.
  • You can apply consistent code styles to your TOML files.
  • Supports Vue SFC custom blocks such as <custom-block lang="toml">.
    Requirements vue-eslint-parser v7.3.0 and above.
  • Supports ESLint directives. e.g. # eslint-disable-next-line
  • You can check your code in real-time using the ESLint editor integrations.

You can check on the Online DEMO.

📖 Usage

See User Guide.

✅ Rules

See Available Rules.

🔒 License

See the LICENSE file for license rights and limitations (MIT).