Skip to content

Instantly share code, notes, and snippets.

View okerx's full-sized avatar
:shipit:
Hello, world!

Ammar Oker okerx

:shipit:
Hello, world!
View GitHub Profile
@okerx
okerx / .eslintrc.js
Last active April 9, 2021 19:51
Eslint Airbnb Configs for React + Typescript Project
module.exports = {
env: {
browser: true,
es2021: true,
node: true,
},
extends: [
'plugin:react/recommended',
'airbnb',
],
@adamgit
adamgit / .gitignore
Last active July 17, 2024 12:58
.gitignore file for Xcode4 / OS X Source projects
#########################
# .gitignore file for Xcode4 and Xcode5 Source projects
#
# Apple bugs, waiting for Apple to fix/respond:
#
# 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation?
#
# Version 2.6
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#