Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into backwards-compatible versions of the language. It functions as an abstract syntax tree manipulator, parsing source code into a hierarchical structure to traverse and modify nodes for custom code transformations. The system utilizes a plugin-driven architecture to apply specific transformation rules and supports presets that bundle multiple plugins into named configuration groups. This enables the transformation of experimental syntax and the injection of non-global polyfills to ensure consisten
Format and auto-fix your JSON using ESLint
Run Flow as an ESLint plugin
An ESLint plugin for linting HTML files, HTML in JSJavaScript Template Literals, React, Angular and Svelte
The main features of yeonjuan/html-eslint are: Language and Data Plugins.
Open-source alternatives to yeonjuan/html-eslint include: azeemba/eslint-plugin-json — Lint your JSON files. babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… bkucera/eslint-plugin-json-format — Format and auto-fix your JSON using ESLint. eslint-community/eslint-plugin-n — Additional ESLint rules for Node.js. gajus/eslint-plugin-flowtype — Flow type linting rules for ESLint. amilajack/eslint-plugin-flowtype-errors — Run Flow as an ESLint plugin.