Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Gabrielncosta's full-sized avatar

Gabriel Nascimento Costa Gabrielncosta

View GitHub Profile
@Gabrielncosta
Gabrielncosta / index.html
Last active February 24, 2019 14:12
ZwgxXN
<head>
<title id="title">John von Neumann</title>
</head>
<body id="main">
<div id="img-div">
<a href="#"><img id="image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/John_von_Neumann_ID_badge.png/250px-John_von_Neumann_ID_badge.png" alt="John Von Neumann" </a>
<p id="img-caption"> John von Neumann in his 90s </p>
</div>
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
module.exports = {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'always', 100],
'footer-leading-blank': [1, 'always'],
'footer-max-line-length': [2, 'always', 100],
'header-max-length': [2, 'always', 100],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [
module.exports = {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'always', 100],
'footer-leading-blank': [1, 'always'],
'footer-max-line-length': [2, 'always', 100],
'header-max-length': [2, 'always', 100],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [
module.exports = {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'always', 100],
'footer-leading-blank': [1, 'always'],
'footer-max-line-length': [2, 'always', 100],
'header-max-length': [2, 'always', 100],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [