Vertaling van "ESLint" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Para ver la lista completa, comprueba la documentación de ESLint especificando entornos.
To see a full list, check ESLint's specifying environments documentation.
Usado para excluir algunos archivos del proceso de linting de ESLint.
Used to exclude certain files from ESLint linting process.
Comprenda y ejecute las reglas conectables de ESLint durante el tiempo de ejecución.
Understand and execute ESLint's pluggable rules during runtime.
ESLint dispone de una gran cantidad reglas a comprobar en el proyecto.
ESLint has a great amount of different rules to be checked in the project.
ESLint también dispone de una configuración recomendada por ellos.
ESLint also has its own recommended rules.
Puede obtener más información sobre la secuencia y la jerarquía de los archivos de configuración en el sitio de ESLint.
For more information on configuration file cascading and hierarchy, see ESLint site.
Como ya habrás notado, estamos usando ESLint para hacer cumplir un estándar de codificación.
As you might have noticed already, we are using ESLint to enforce a coding standard.
Comprobar la calidad de tu código es importante, y es por eso que existen herramientas como ESLint.
Checking the quality of your code is important, and that is why tools like ESLint exist.
Funciona automáticamente con la mayoría de los idiomas y sin dolores de cabeza. ESLint
Works automatically with most languages and without headaches. ESLint
A partir de la guía de estilo debemos buscar la configuración de reglas ESLint que queremos aplicar.
We should take our style guide and search the existing rules in ESlint we want to apply.
Si usas otro editor o IDE, asegúrese de buscar un plugin correspondiente que utiliza ESLint.
If you're using another editor or IDE, be sure to look for a corresponding plugin which uses ESLint.
Si desea obtener más información, consulte la sección Reglas ESLint.
For more information, see ESLint rules.
ESLint: Revisará tu código teniendo en cuenta tu archive de configuración eslintrc
ESLint: It will check your code taking into account your eslintrc configuration file