Skip to content

Instantly share code, notes, and snippets.

View braanj's full-sized avatar
🏗️
Building a business

Brahim Anjjar braanj

🏗️
Building a business
View GitHub Profile
@braanj
braanj / eslintrc.js
Created May 24, 2022 22:41 — forked from adrianhajdin/eslintrc.js
ESLint Configuration
// eslintrc.js
module.exports = {
env: {
browser: true,
es6: true,
},
extends: [
'plugin:react/recommended',
'airbnb',
],