Skip to content

Instantly share code, notes, and snippets.

View felipefontoura's full-sized avatar
🎯
Focusing

Felipe Fontoura felipefontoura

🎯
Focusing
View GitHub Profile
@felipefontoura
felipefontoura / plugins.md
Last active February 26, 2016 12:18
Sublime Recipes
  • Solarized Color Scheme
  • SidebarEnhancements
  • Sass
  • Ruby Slim
  • Rspec
  • RailsGotoSpec
  • ColorPicker
  • MarkdownEditing
  • EditorConfig
deploy:
steps:
- bundle-install
- add-to-known_hosts:
hostname: myserver.example.com
- create-file:
name: write key
filename: $HOME/.ssh/id_rsa
content: $DEPLOYMENT_SSH_KEY_PRIVATE
overwrite: true
// AdminJS locales https://github.com/SoftwareBrothers/adminjs
const commonProps = {
status: "Situação",
createdAt: "Criação",
updatedAt: "Atualização",
};
const translations = {
actions: {
// AdminJS locales https://github.com/SoftwareBrothers/adminjs
const commonProps = {
status: "Situação",
createdAt: "Criação",
updatedAt: "Atualização",
};
const translations = {
actions: {
// adminjs default theme
export default {
colors: {
// Primary
primary100: '#ff9800',
primary80: '#ffa726',
primary60: '#ffb74d',
primary40: '#ffcc80',
primary20: '#ffe0b2',
@felipefontoura
felipefontoura / README.md
Created September 1, 2023 20:32
ESLint Recipe - React, Next and Node.js

Eslint

React / Next.js

npm i prettier eslint eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-tailwindcss @typescript-eslint/eslint-plugin @typescript-eslint/parser -D

.eslintrc.js: