Skip to content

Instantly share code, notes, and snippets.

View Ramielson-Edgar's full-sized avatar
🏠
Working from home

E D G A R Ramielson-Edgar

🏠
Working from home
View GitHub Profile
module.exports = {
env: {
browser: true,
es6: true,
},
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react-hooks/recommended',
'plugin:prettier/recommended',