Skip to content

Instantly share code, notes, and snippets.

View ralcorta's full-sized avatar
🚀
Runtime

Rodrigo Alcorta ralcorta

🚀
Runtime
View GitHub Profile
@dorfo-dev
dorfo-dev / .eslintrc.js
Created April 8, 2021 12:02
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',