Skip to content

Instantly share code, notes, and snippets.

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

Tayyab Ferozi tayyabferozi

🏠
Working from home
View GitHub Profile
@richardtallent
richardtallent / eslint-package-json.js
Last active February 27, 2024 15:40
Example eslint config in a package.json
"prettier": {
"useTabs": true,
"semi": false,
"singleQuote": false,
"bracketSpacing": true,
"trailingComma": "es5",
"printWidth": 160
},
"eslintConfig": {
"parserOptions": {