Skip to content

Commit f5a69d6

Browse files
committed
fix: update author - Théo LUDWIG
1 parent e071e91 commit f5a69d6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
<contact@divlo.fr>.
63+
<contact@theoludwig.fr>.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All work on **eslint-config-conventions** happens directly on this repository. B
1919

2020
## Pull Requests
2121

22-
- **Please first discuss** the change you wish to make via [issue](https://github.com/Divlo/eslint-config-conventions/issues) before making a change. It might avoid a waste of your time.
22+
- **Please first discuss** the change you wish to make via [issue](https://github.com/theoludwig/eslint-config-conventions/issues) before making a change. It might avoid a waste of your time.
2323

2424
- Ensure your code respect linting.
2525

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Divlo
3+
Copyright (c) Théo LUDWIG
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
1212
<a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
1313
<br />
14-
<a href="https://github.com/Divlo/eslint-config-conventions/actions/workflows/lint.yml"><img src="https://github.com/Divlo/eslint-config-conventions/actions/workflows/lint.yml/badge.svg?branch=develop" /></a>
15-
<a href="https://github.com/Divlo/eslint-config-conventions/actions/workflows/test.yml"><img src="https://github.com/Divlo/eslint-config-conventions/actions/workflows/test.yml/badge.svg?branch=develop" /></a>
14+
<a href="https://github.com/theoludwig/eslint-config-conventions/actions/workflows/lint.yml"><img src="https://github.com/theoludwig/eslint-config-conventions/actions/workflows/lint.yml/badge.svg?branch=develop" /></a>
15+
<a href="https://github.com/theoludwig/eslint-config-conventions/actions/workflows/test.yml"><img src="https://github.com/theoludwig/eslint-config-conventions/actions/workflows/test.yml/badge.svg?branch=develop" /></a>
1616
<br />
1717
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a>
1818
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release" /></a>

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.0.0-development",
44
"public": true,
55
"description": "ESLint shareable config to enforce strict conventions and good code quality.",
6-
"author": "Divlo <contact@divlo.fr>",
6+
"author": "Théo LUDWIG <contact@theoludwig.fr>",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/Divlo/eslint-config-conventions.git"
10+
"url": "https://github.com/theoludwig/eslint-config-conventions.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/Divlo/eslint-config-conventions/issues"
13+
"url": "https://github.com/theoludwig/eslint-config-conventions/issues"
1414
},
15-
"homepage": "https://github.com/Divlo/eslint-config-conventions#readme",
15+
"homepage": "https://github.com/theoludwig/eslint-config-conventions#readme",
1616
"keywords": [
1717
"eslintconfig",
1818
"eslint",

0 commit comments

Comments
 (0)