Skip to content

Instantly share code, notes, and snippets.

View gersonmlb's full-sized avatar

Gerson Malca Bazan gersonmlb

  • CUDESI
  • Lima, PE
View GitHub Profile
@gersonmlb
gersonmlb / .eslintrc.js
Created February 12, 2023 16:40 — forked from dorfo-dev/.eslintrc.js
Nestjs config eslint and prettier
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
extends: [
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',