Skip to content

Commit

Permalink
style: improve author information [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
d3p1 committed Sep 2, 2023
1 parent 553ad55 commit 8d8162d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Dev container configuration
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
*/
{
"name" : "Node.js",
Expand Down
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# @description ESLint ignore
# @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
# @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
##
node_modules/
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Configuration for `eslint`
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* {@link https://eslint.org/}
* {@link https://eslint.org/docs/latest/use/configure/}
*/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
# @description Release automatization
# @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
# @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
# @link https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions
##
name:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# @description Git ignore
# @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
# @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
##
node_modules/
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# @description Prettier ignore
# @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
# @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
##
node_modules/
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Configuration for `commitlint`
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* {@link https://commitlint.js.org/}
* {@link https://www.conventionalcommits.org/en/v1.0.0/}
*/
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Custom configuration for `commitlint`
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* {@link https://commitlint.js.org/}
* {@link https://www.conventionalcommits.org/en/v1.0.0/}
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"commitlint-config",
"conventional-commits"
],
"author": "Cristian Marcelo de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)",
"author": "C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/d3p1/commitlint-config-conventional/issues"
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Configuration for `prettier`
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* {@link https://prettier.io/}
* {@link https://prettier.io/docs/en/options}
*/
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Configuration for `semantic-release`
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* {@link https://semantic-release.gitbook.io/semantic-release/}
* {@link https://semantic-release.gitbook.io/semantic-release/usage/configuration}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/commitlint.parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Configuration for `commitlint` parser presets
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* @note Add ticket information
* {@link https://commitlint.js.org/#/reference-configuration?id=parser-presets}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @description Custom configuration for `commitlint`
* @author Cristian Marcelo de Picciotto <d3p1@d3p1.dev>
* @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
* {@link https://commitlint.js.org/}
* {@link https://www.conventionalcommits.org/en/v1.0.0/}
*/
Expand Down

0 comments on commit 8d8162d

Please sign in to comment.