# Introduction
eslint-plugin-toml (opens new window) is ESLint plugin provides linting rules for TOML (opens new window).
(opens new window)
(opens new window)
(opens new window)
(opens new window)
(opens new window)
(opens new window)
(opens new window)
(opens new window)
# 📛 Features
This ESLint plugin provides linting rules for TOML (opens new window).
- You can use ESLint to lint TOML (opens new window).
- You can find out the problem with your TOML (opens new window) files.
- You can apply consistent code styles to your TOML (opens new window) files.
- Supports Vue SFC (opens new window) custom blocks such as
<custom-block lang="toml">
.
Requirementsvue-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.
# 👫 Related Packages
- eslint-plugin-jsonc (opens new window) ... ESLint plugin for JSON, JSON with comments (JSONC) and JSON5.
- eslint-plugin-yml (opens new window) ... ESLint plugin for YAML.
- eslint-plugin-json-schema-validator (opens new window) ... ESLint plugin that validates data using JSON Schema Validator.
- jsonc-eslint-parser (opens new window) ... JSON, JSONC and JSON5 parser for use with ESLint plugins.
- yaml-eslint-parser (opens new window) ... YAML parser for use with ESLint plugins.
- toml-eslint-parser (opens new window) ... TOML parser for use with ESLint plugins.
# 🔒 License
See the LICENSE file for license rights and limitations (MIT).
User Guide →