Introduction
eslint-plugin-toml is ESLint plugin provides linting rules for TOML.
📛 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">
.
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 ... ESLint plugin for JSON, JSON with comments (JSONC) and JSON5.
- eslint-plugin-yml ... ESLint plugin for YAML.
- eslint-plugin-json-schema-validator ... ESLint plugin that validates data using JSON Schema Validator.
- jsonc-eslint-parser ... JSON, JSONC and JSON5 parser for use with ESLint plugins.
- yaml-eslint-parser ... YAML parser for use with ESLint plugins.
- toml-eslint-parser ... TOML parser for use with ESLint plugins.
🔒 License
See the LICENSE file for license rights and limitations (MIT).