Skip to content

Instantly share code, notes, and snippets.

View mhdrezky's full-sized avatar
👋
Hi there ...

Muhammad Rezky mhdrezky

👋
Hi there ...
View GitHub Profile
@radiovisual
radiovisual / .eslintrc
Last active September 18, 2025 07:55
React Native AirBnB ESLint Config
{
"parser": "babel-eslint",
"plugins": [
"react",
"react-native"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
"modules": true