Skip to content

Instantly share code, notes, and snippets.

View lbartroli's full-sized avatar
🏠
Working from home

Lucas Bartroli lbartroli

🏠
Working from home
  • Blameless
  • La Emilia, Buenos Aires, Argentina
  • X @lbartroli88
View GitHub Profile
@diondree
diondree / .eslintrc.js
Last active March 30, 2021 02:24
My React Typescript ESLint configuration using prettier and jsx-a11y
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: { jsx: true },
},
env: {
browser: true,
node: true,
},