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
Linter for TypeGraphQL decorators
Enforce code conventions for RequireJS modules with ESLint
:verticaltrafficlight: Check your GraphQL query strings against a schema.
ESLint parser, plugin, and rule set for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.
Les fonctionnalités principales de dotansimha/graphql-eslint sont : Library Plugins, Parsers and Language Support.
Les alternatives open-source à dotansimha/graphql-eslint incluent : babel/babel — Babel is a pluggable JavaScript compiler and transpiler that converts modern ECMAScript syntax into… borremosch/eslint-plugin-type-graphql — Linter for TypeGraphQL decorators. cvisco/eslint-plugin-requirejs — Enforce code conventions for RequireJS modules with ESLint. francoismassart/eslint-plugin-tailwindcss — ESLint plugin for Tailwind CSS usage. gajus/eslint-plugin-jsdoc — JSDoc specific linting rules for ESLint. apollostack/eslint-plugin-graphql — :vertical_traffic_light: Check your GraphQL query strings against a schema.