Skip to content

gui-marc/eslint-config-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eslint Config

This is a simple repo containing some eslint configs that I use in my projects.

Usage

Install the package:

npm install --save-dev @gui-marc/eslint-config-backend

And install the peer dependencies:

npx install-peerdeps --dev @gui-marc/eslint-config-backend

Then add the config to your eslint config file:

{
  "extends": "@gui-marc/eslint-config-backend",
  "parserOptions": {
    "project": "./tsconfig.json" // the path to your tsconfig.json file
  }
}

Then add this config to your .prettierrc file:

{
    "trailingComma": "none",
    "semi": true,
    "singleQuote": true
}

About

eslint-configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published