DEV Community

# eslint

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Configuration ESLint and Prettier in a project React.

Configuration ESLint and Prettier in a project React.

8
Comments
1 min read
Fixing "Require statement not part of import statement.eslint[@typescript-eslint/no-var-requires]"

Fixing "Require statement not part of import statement.eslint[@typescript-eslint/no-var-requires]"

13
Comments
1 min read
REACT - Function component is not a function declaration

REACT - Function component is not a function declaration

6
Comments
2 min read
How to create a custom ESlint plugin

How to create a custom ESlint plugin

20
Comments 2
5 min read
Last piece of the puzzle: Moving Satellite inside Telescope

Last piece of the puzzle: Moving Satellite inside Telescope

5
Comments
2 min read
How to setup Next.js project with TypeScript, ESLint and Prettier

How to setup Next.js project with TypeScript, ESLint and Prettier

16
Comments
4 min read
Configure Prettier and ESLint with Angular

Configure Prettier and ESLint with Angular

71
Comments 7
4 min read
Sorting your imports with ESLint

Sorting your imports with ESLint

59
Comments 11
2 min read
How to gradually migrate a large React codebase to TypeScript

How to gradually migrate a large React codebase to TypeScript

6
Comments
5 min read
TIL: ESLint | Fix "'props' is assigned a value but never used @typescript-eslint/no-unused-vars"

TIL: ESLint | Fix "'props' is assigned a value but never used @typescript-eslint/no-unused-vars"

12
Comments
1 min read
How to Create Custom ESLint Rules (It's Not as Hard as You Think...)

How to Create Custom ESLint Rules (It's Not as Hard as You Think...)

11
Comments 2
4 min read
TypeScript and Vue3 in VS Code Setup

TypeScript and Vue3 in VS Code Setup

6
Comments
2 min read
How I Setup ESLint, Prettier, and EditorConfig for Static Sites

How I Setup ESLint, Prettier, and EditorConfig for Static Sites

10
Comments
7 min read
Code quality: pre-commit linting

Code quality: pre-commit linting

5
Comments
4 min read
Custom Angular Components Suffix in ESLint

Custom Angular Components Suffix in ESLint

2
Comments 1
1 min read
Most useful eslint rules for networking code (async/await/promises)

Most useful eslint rules for networking code (async/await/promises)

5
Comments 1
1 min read
no dislocation = no-undef

no dislocation = no-undef

4
Comments
1 min read
Check if a Github ticket is closed with eslint

Check if a Github ticket is closed with eslint

6
Comments
1 min read
How to write an ESLint plugin in TypeScript

How to write an ESLint plugin in TypeScript

8
Comments
12 min read
Use TypeScript Interfaces Instead of ESLint PropTypes Validation

Use TypeScript Interfaces Instead of ESLint PropTypes Validation

5
Comments
3 min read
The project created by "yarn create next-app" does not recognize eslint

The project created by "yarn create next-app" does not recognize eslint

3
Comments
1 min read
How to quickly configure ESLint for import sorting

How to quickly configure ESLint for import sorting

35
Comments 2
2 min read
Webpack React TypeScript ESLint

Webpack React TypeScript ESLint

3
Comments
2 min read
TIL: ESLint | Fix "'defineProps' is not defined."

TIL: ESLint | Fix "'defineProps' is not defined."

17
Comments 5
1 min read
Setup inicial de aplicações ReactJs

Setup inicial de aplicações ReactJs

8
Comments 1
5 min read
Setting up Eslint(airbnb configuration), Prettier and Husky pre-commit hooks in CRA

Setting up Eslint(airbnb configuration), Prettier and Husky pre-commit hooks in CRA

35
Comments 7
4 min read
Как настроить ESLint и Prettier в VS Code и Create React App и подключить Airbnb стайлгайд

Как настроить ESLint и Prettier в VS Code и Create React App и подключить Airbnb стайлгайд

64
Comments 13
4 min read
Husky with commitlint and lint-staged

Husky with commitlint and lint-staged

5
Comments
2 min read
Add EsLint to existing Angular Project and Configure WebStorm

Add EsLint to existing Angular Project and Configure WebStorm

6
Comments
1 min read
Configuration for ESLint

Configuration for ESLint

7
Comments
2 min read
ESLint Config for React and React Native Development

ESLint Config for React and React Native Development

3
Comments
1 min read
Your code more organized with Eslint and Prettier

Your code more organized with Eslint and Prettier

5
Comments
3 min read
Did eslint only love my PC ?

Did eslint only love my PC ?

4
Comments
2 min read
NodeJS + ESLint + Prettier - Simplest setup ever

NodeJS + ESLint + Prettier - Simplest setup ever

90
Comments 4
2 min read
How to fix import/no-unresolved error while import jsx without extension

How to fix import/no-unresolved error while import jsx without extension

2
Comments
1 min read
How to config ESLint rules based on eslint:all

How to config ESLint rules based on eslint:all

3
Comments
1 min read
How to force ESLint to display warning as error

How to force ESLint to display warning as error

2
Comments
1 min read
How to fix Error Failed to load typescript eslint parser in eslint-config-react-app

How to fix Error Failed to load typescript eslint parser in eslint-config-react-app

2
Comments
1 min read
Linting TypeScript files in Ember.js

Linting TypeScript files in Ember.js

8
Comments
2 min read
AluraFlix - Configurando padrão do código

AluraFlix - Configurando padrão do código

7
Comments
4 min read
Creating vite vue ts template: Install eslint

Creating vite vue ts template: Install eslint

2
Comments 4
2 min read
Creating vite vue ts template: Eslint and vue

Creating vite vue ts template: Eslint and vue

6
Comments 3
1 min read
Creating vite vue ts template: Make eslint and prettier play nice together

Creating vite vue ts template: Make eslint and prettier play nice together

5
Comments
1 min read
Padronização de código com (ESLint e EditorConfig)

Padronização de código com (ESLint e EditorConfig)

10
Comments 1
12 min read
How to setup pretty import paths in a create-react-app application

How to setup pretty import paths in a create-react-app application

9
Comments 5
3 min read
Improve your Next.js 11+ project code quality ✅ with Typescript, Eslint, Husky and Lint-staged 🚀🔥

Improve your Next.js 11+ project code quality ✅ with Typescript, Eslint, Husky and Lint-staged 🚀🔥

14
Comments
3 min read
Static check with next 11 (Prettier, ESLint)

Static check with next 11 (Prettier, ESLint)

11
Comments 3
3 min read
How To Automate Code Cleanliness in VSCode with Typescript, ESLint, and Prettier

How To Automate Code Cleanliness in VSCode with Typescript, ESLint, and Prettier

8
Comments
3 min read
Become the master of your eslint with no-restricted-syntax

Become the master of your eslint with no-restricted-syntax

5
Comments
3 min read
How to integrate ESLint with your React Typescript project (2021)

How to integrate ESLint with your React Typescript project (2021)

17
Comments
5 min read
Setting up ESLint + Prettier

Setting up ESLint + Prettier

5
Comments
2 min read
Settings linter in Angular 12

Settings linter in Angular 12

4
Comments 2
1 min read
Adding ESLint to an Angular Micro Frontend architecture

Adding ESLint to an Angular Micro Frontend architecture

8
Comments 2
4 min read
Integrate ESLint with your React project step by step (javascript)

Integrate ESLint with your React project step by step (javascript)

7
Comments 3
2 min read
Start New Next.js Project Notes

Start New Next.js Project Notes

20
Comments
3 min read
Adicionando eslint-disable nos arquivos com erros

Adicionando eslint-disable nos arquivos com erros

4
Comments
3 min read
Easily sort imports and remove unused declarations on each save in VS Code

Easily sort imports and remove unused declarations on each save in VS Code

53
Comments 9
1 min read
Jest Best Practice 1: Use eslint-plugin-jest

Jest Best Practice 1: Use eslint-plugin-jest

28
Comments 1
3 min read
Como integrar ESLint y Prettier a un projecto Next.Js con Typescript

Como integrar ESLint y Prettier a un projecto Next.Js con Typescript

16
Comments
3 min read
How to setup eslint for react typescript projects

How to setup eslint for react typescript projects

11
Comments
3 min read
loading...