Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

sinewtech/taxi_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Functions

Back-end para el sistema completo.

Motivacion

Para poder hacer codigo repetitivo universal atravez de todo el sistema.

Estilo de codigo

Estamos usando el estilo de programacion de Expo eslint-config-universe para linting y prettier para style.

Style

Eslint

Este es .eslintrc.js
module.exports = {
  extends: ["universe/node", "prettier"],
  parserOptions: {
    es6: true,
  },
};

Prettier

Este es .prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": false,
  "jsxBracketSameLine": true,
  "trailingComma": "es5"
}

Commits

Inspirado en dannyfritz/commit-message-emoji

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
New feature :sparkles:
Bugfix 🐛 :bug:
Metadata 📇 :card_index:
Documenting source code 💡 :bulb:
Performance 🐎 :racehorse:
Cosmetic 💄 :lipstick:
General update :zap:
Improve format/structure 🎨 :art:
Refactor code 🔨 :hammer:
Removing code/files 🔥 :fire:
Continuous Integration 💚 :green_heart:
Security 🔒 :lock:
Upgrading dependencies ⬆️ :arrow_up:
Downgrading dependencies ⬇️ :arrow_down:
Lint 👕 :shirt:
Translation 👽 :alien:
Text 📝 :pencil:
Critical hotfix 🚑 :ambulance:
Deploying stuff 🚀 :rocket:
Work in progress 🚧 :construction:
Adding CI build system 👷 :construction_worker:
Removing a dependency :heavy_minus_sign:
Adding a dependency :heavy_plus_sign:
Package.json in JS 📦 :package:
Merging branches 🔀 :twisted_rightwards_arrows:
Bad code / need improv. 💩 :hankey:
Reverting changes :rewind:
Breaking changes 💥 :boom:
Code review changes 👌 :ok_hand:
Accessibility :wheelchair:
Move/rename repository 🚚 :truck:
Other Be creative

Prueba

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published