Skip to content
View isabelsa's full-sized avatar
  • Porto, Portugal
Block or Report

Block or report isabelsa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. significa/react-snuggle significa/react-snuggle Public

    An intimate and comfortable way to layout your components. (NOT MAINTAINED)

    JavaScript 261 9

  2. nevoazul nevoazul Public

    Conversas em prol da humanidade

    TypeScript 1

  3. .releaserc .releaserc
    1
    {
    2
      "plugins": [
    3
        "@semantic-release/commit-analyzer",
    4
        "@semantic-release/release-notes-generator",
    5
        ["@semantic-release/github", {
  4. .huskyrc .huskyrc
    1
    {
    2
      "hooks": {
    3
          "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
    4
          "pre-commit": "npm run lint"
    5
      }