1.0.3 • Published 1 year ago

@gui-marc/eslint-config-backend v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
}
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago