@@ -79,7 +79,7 @@ Super-linter supports the following tools:
7979| ** Java** | [ checkstyle] ( https://checkstyle.org ) | [ google-java-format] ( https://github.com/google/google-java-format ) |
8080| ** JavaScript** | [ ESLint] ( https://eslint.org/ ) , [ standard js] ( https://standardjs.com/ ) | [ Prettier] ( https://prettier.io/ ) |
8181| ** JSON** | [ eslint-plugin-jsonc (configured for JSON)] ( https://www.npmjs.com/package/eslint-plugin-jsonc ) (default), [ eslint-plugin-json] ( https://www.npmjs.com/package/eslint-plugin-json ) | [ Prettier] ( https://prettier.io/ ) |
82- | ** JSONC** , ** JSON5** | [ eslint-plugin-jsonc] ( https://www.npmjs.com/package/eslint-plugin-jsonc ) | |
82+ | ** JSONC** , ** JSON5** | [ eslint-plugin-jsonc] ( https://www.npmjs.com/package/eslint-plugin-jsonc ) | [ Prettier ] ( https://prettier.io/ ) |
8383| ** JSX** , ** TSX** | [ eslint-plugin-jsx-a11y] ( https://github.com/jsx-eslint/eslint-plugin-jsx-a11y ) , [ eslint-plugin-react] ( https://github.com/jsx-eslint/eslint-plugin-react ) | [ Prettier] ( https://prettier.io/ ) |
8484| ** Kubernetes** | [ kubeconform] ( https://github.com/yannh/kubeconform ) , [ Checkov] ( https://www.checkov.io/ ) | See YAML formatters |
8585| ** Kotlin** | [ ktlint] ( https://github.com/pinterest/ktlint ) | |
@@ -235,6 +235,7 @@ You can configure Super-linter using the following environment variables:
235235| ** FIX_JSON_PRETTIER** | ` true ` | Flag to enable or disable the formatting of JSON files with Prettier. |
236236| ** FIX_JSON** | ` false ` | Option to enable fix mode for ` JSON ` . |
237237| ** FIX_JSONC** | ` false ` | Option to enable fix mode for ` JSONC ` . |
238+ | ** FIX_JSONC_PRETTIER** | ` true ` | Flag to enable or disable the formatting of JSONC and JSON5 files with Prettier. |
238239| ** FIX_JSX_PRETTIER** | ` true ` | Flag to enable or disable the formatting of JSX files with Prettier. |
239240| ** FIX_JSX** | ` false ` | Option to enable fix mode for ` JSX ` . |
240241| ** FIX_MARKDOWN_PRETTIER** | ` true ` | Flag to enable or disable the formatting of Markdown files with Prettier. |
@@ -352,6 +353,7 @@ You can configure Super-linter using the following environment variables:
352353| ** VALIDATE_JSON** | ` true ` | Flag to enable or disable the linting process of the JSON language. |
353354| ** VALIDATE_JSON_PRETTIER** | ` true ` | Flag to enable or disable checking the formatting of JSON files with Prettier. |
354355| ** VALIDATE_JSONC** | ` true ` | Flag to enable or disable the linting process of the JSONC and JSON5 languages. |
356+ | ** VALIDATE_JSONC_PRETTIER** | ` true ` | Flag to enable or disable checking the formatting of JSONC and JSON5 files with Prettier. |
355357| ** VALIDATE_JSX** | ` true ` | Flag to enable or disable the linting process for jsx files (Utilizing: ESLint) |
356358| ** VALIDATE_JSX_PRETTIER** | ` true ` | Flag to enable or disable checking the formatting of JSX files with Prettier. |
357359| ** VALIDATE_KOTLIN** | ` true ` | Flag to enable or disable the linting process of the Kotlin language. |
0 commit comments