Skip to content

Instantly share code, notes, and snippets.

View RafaPegorari's full-sized avatar

Rafael Pegorari RafaPegorari

View GitHub Profile
@rhberro
rhberro / bootlinter.js
Created February 28, 2016 21:03
Linter code for bootstrap.
javascript:(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([]);};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})();
@rhberro
rhberro / .bashrc
Last active January 23, 2017 22:07
My personal .bashrc file.
## Settings
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
force_color_prompt=yes
## Manually added.
# Apt
@fokusferit
fokusferit / enzyme_render_diffs.md
Last active June 18, 2024 11:27
Difference between Shallow, Mount and render of Enzyme

Shallow

Real unit test (isolation, no children render)

Simple shallow

Calls:

  • constructor
  • render