Skip to content

Instantly share code, notes, and snippets.

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

Alex Freitag alexxfreitag

🏠
Working from home
View GitHub Profile
@alexxfreitag
alexxfreitag / filtro-api-specification-arg-resolver.md
Last active January 24, 2022 21:45
Passo a passo de como configurar/utilizar o specification-arg-resolver, biblioteca focada em filtros de API.
@alexxfreitag
alexxfreitag / index.js
Created November 10, 2020 23:57
Fields value Unform
import React, { useState, useEffect, useRef } from 'react';
import {
Text,
ScrollView,
PixelRatio,
Alert,
Platform,
ActivityIndicator,
} from 'react-native';
import { TouchableOpacity } from 'react-native-gesture-handler';
@alexxfreitag
alexxfreitag / eslint-prettier-config.md
Last active February 9, 2023 08:43
editorconfig, eslint and prettier configuration

Add eslint

$ yarn add eslint -D

Start eslint

$ yarn add eslint --init

? How would you like to use ESLint? To check syntax, find problems, and enforce code style
? What type of modules does your project use? JavaScript modules (import/export)
? Which framework does your project use? React
? Does your project use TypeScript? Yes
? Where does your code run?