Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
eslint
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Setting Up a Modern Express API with TypeScript, Jest, ESLint, Prettier - Quick guide 2025
János K.
János K.
János K.
Follow
May 17
Setting Up a Modern Express API with TypeScript, Jest, ESLint, Prettier - Quick guide 2025
#
express
#
typescript
#
eslint
#
testing
1
reaction
Comments
Add Comment
4 min read
Setting up ESLint in my Next.js + TypeScript project to keep code clean, consistent, and bug-free—a must for writing like a pro!
Vanessa082
Vanessa082
Vanessa082
Follow
May 13
Setting up ESLint in my Next.js + TypeScript project to keep code clean, consistent, and bug-free—a must for writing like a pro!
#
eslint
#
webdev
#
typescript
#
nextjs
3
reactions
Comments
Add Comment
4 min read
What 'eslint.config.js' do in React ?
Tahir Rafique
Tahir Rafique
Tahir Rafique
Follow
Apr 7
What 'eslint.config.js' do in React ?
#
react
#
eslint
#
webdev
#
development
1
reaction
Comments
Add Comment
1 min read
🚀 Enhancing Your React Native Codebase: Best Practices & Modern Tooling
Suman Bhattarai
Suman Bhattarai
Suman Bhattarai
Follow
Apr 3
🚀 Enhancing Your React Native Codebase: Best Practices & Modern Tooling
#
reactnative
#
prettier
#
eslint
#
tslint
Comments
Add Comment
3 min read
Set up a new React project: Vite, TypeScript, ESLint, Prettier and pre-commit hooks
Vlad Denisov
Vlad Denisov
Vlad Denisov
Follow
May 1
Set up a new React project: Vite, TypeScript, ESLint, Prettier and pre-commit hooks
#
react
#
typescript
#
eslint
#
vite
2
reactions
Comments
Add Comment
3 min read
How to disable ember/no-empty-glimmer-component-classes
Michal Bryxí
Michal Bryxí
Michal Bryxí
Follow
Mar 29
How to disable ember/no-empty-glimmer-component-classes
#
ember
#
linting
#
eslint
Comments
Add Comment
1 min read
Level Up Your Code with Airbnb's Extended ESLint Configuration
Nisharg Shah
Nisharg Shah
Nisharg Shah
Follow
Apr 26
Level Up Your Code with Airbnb's Extended ESLint Configuration
#
eslint
#
javascript
#
typescript
#
programming
2
reactions
Comments
Add Comment
5 min read
Biome – A Good Tool for Linting and Formatting Code
Huy Edward Nguyen
Huy Edward Nguyen
Huy Edward Nguyen
Follow
Apr 19
Biome – A Good Tool for Linting and Formatting Code
#
biome
#
eslint
#
prettier
#
development
7
reactions
Comments
2
comments
3 min read
Biblioteca de componentes React e typescript, parte 2: padronização de código com typescript-eslint e prettier
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Feb 24
Biblioteca de componentes React e typescript, parte 2: padronização de código com typescript-eslint e prettier
#
eslint
#
typescript
#
react
#
prettier
Comments
Add Comment
6 min read
React and typescript components lib, part 2: code standardization with typescript-eslint and prettier
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Feb 24
React and typescript components lib, part 2: code standardization with typescript-eslint and prettier
#
eslint
#
typescript
#
react
#
prettier
1
reaction
Comments
Add Comment
6 min read
Interface vs. Type in TypeScript: How I Built a Custom ESLint Rule to Convert All Interfaces to Types
Jan Szotkowski
Jan Szotkowski
Jan Szotkowski
Follow
Mar 12
Interface vs. Type in TypeScript: How I Built a Custom ESLint Rule to Convert All Interfaces to Types
#
typescript
#
eslint
#
programming
#
javascript
5
reactions
Comments
Add Comment
5 min read
If ESLint won't let you build your NextJS 15 app because of no-unused-vars do this
Alexei Garban
Alexei Garban
Alexei Garban
Follow
Jan 29
If ESLint won't let you build your NextJS 15 app because of no-unused-vars do this
#
nextjs
#
eslint
#
typescript
Comments
Add Comment
1 min read
🚀 Why Use ESLint in Your Project?
Jean Lucas
Jean Lucas
Jean Lucas
Follow
Feb 27
🚀 Why Use ESLint in Your Project?
#
eslint
#
typescript
#
javascript
#
programming
9
reactions
Comments
7
comments
2 min read
Recent vulnerabilities in eslint impact my Symfony projects with ux-vue
neothone
neothone
neothone
Follow
Feb 27
Recent vulnerabilities in eslint impact my Symfony projects with ux-vue
#
symfony
#
eslint
#
npm
#
webdev
Comments
Add Comment
1 min read
Mastering ESLint for Node.js: Tips and Tricks to Write Cleaner Code
rabindratamang
rabindratamang
rabindratamang
Follow
Feb 20
Mastering ESLint for Node.js: Tips and Tricks to Write Cleaner Code
#
node
#
eslint
#
cleancode
1
reaction
Comments
Add Comment
3 min read
How to Set Up ESLint, Prettier, and Husky in Next.js ?
swhabitation
swhabitation
swhabitation
Follow
Feb 4
How to Set Up ESLint, Prettier, and Husky in Next.js ?
#
nextjs
#
eslint
#
prettier
#
husky
3
reactions
Comments
Add Comment
3 min read
How to Use ESLint Like a Sane Developer (JavaScript & TypeScript Edition)
Daniel Ostrovsky
Daniel Ostrovsky
Daniel Ostrovsky
Follow
Feb 13
How to Use ESLint Like a Sane Developer (JavaScript & TypeScript Edition)
#
eslint
#
javascript
#
typescript
#
cleancode
Comments
Add Comment
3 min read
Typescript-eslint + prettier for code standardization in React with Typescript
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Feb 11
Typescript-eslint + prettier for code standardization in React with Typescript
#
eslint
#
typescript
#
react
#
prettier
5
reactions
Comments
Add Comment
7 min read
Typescript-eslint + prettier para padronização de código em React com Typescript
Eduardo Henrique Gris
Eduardo Henrique Gris
Eduardo Henrique Gris
Follow
Feb 11
Typescript-eslint + prettier para padronização de código em React com Typescript
#
eslint
#
typescript
#
react
#
prettier
2
reactions
Comments
Add Comment
8 min read
Upgrading to Ember 6.1: linting with type information
Ben Demboski
Ben Demboski
Ben Demboski
Follow
Feb 1
Upgrading to Ember 6.1: linting with type information
#
ember
#
typescript
#
eslint
10
reactions
Comments
Add Comment
8 min read
NodeJS Express Setup with Typescript, ESLint, Prettier
Vishal Jagamani
Vishal Jagamani
Vishal Jagamani
Follow
Feb 5
NodeJS Express Setup with Typescript, ESLint, Prettier
#
node
#
express
#
typescript
#
eslint
4
reactions
Comments
2
comments
2 min read
Setup NextJs | EsLint + Prettier - Fast way 🚀
Bruno Pinela
Bruno Pinela
Bruno Pinela
Follow
Jan 16
Setup NextJs | EsLint + Prettier - Fast way 🚀
#
nextjs
#
eslint
#
prettier
#
javascript
3
reactions
Comments
Add Comment
2 min read
Just use this Next.js Eslint Configuration
Jordan Haines
Jordan Haines
Jordan Haines
Follow
Jan 12
Just use this Next.js Eslint Configuration
#
nextjs
#
eslint
#
typescript
#
tailwindcss
8
reactions
Comments
1
comment
5 min read
Do me lint! 🙋♂️ An easy way to setup ESLint in any project.
Artem M
Artem M
Artem M
Follow
Dec 30 '24
Do me lint! 🙋♂️ An easy way to setup ESLint in any project.
#
javascript
#
typescript
#
eslint
5
reactions
Comments
Add Comment
2 min read
3. How to setup Jest in a Next 15 project (+ eslint for testing)
Peter Jacxsens
Peter Jacxsens
Peter Jacxsens
Follow
Dec 21 '24
3. How to setup Jest in a Next 15 project (+ eslint for testing)
#
nextjs
#
jest
#
eslint
#
reacttestinglibrary
1
reaction
Comments
1
comment
6 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account