From f5a69d69f56d1fb9a82bb65b3f16ed2a6b1fa487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 2 Jul 2023 15:57:44 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20update=20author=20-=20Th=C3=A9o=20LUDWIG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- LICENSE | 2 +- README.md | 4 ++-- package.json | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c2c3589..8a0c550 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -. +. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a95cd6..d57a043 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ All work on **eslint-config-conventions** happens directly on this repository. B ## Pull Requests -- **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. +- **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. - Ensure your code respect linting. diff --git a/LICENSE b/LICENSE index 04e85c3..25dddde 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) Divlo +Copyright (c) Théo LUDWIG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f50d454..a26fec9 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Licence MIT Contributor Covenant
- - + +
Conventional Commits semantic-release diff --git a/package.json b/package.json index d584340..42d84b0 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,16 @@ "version": "0.0.0-development", "public": true, "description": "ESLint shareable config to enforce strict conventions and good code quality.", - "author": "Divlo ", + "author": "Théo LUDWIG ", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/Divlo/eslint-config-conventions.git" + "url": "https://github.com/theoludwig/eslint-config-conventions.git" }, "bugs": { - "url": "https://github.com/Divlo/eslint-config-conventions/issues" + "url": "https://github.com/theoludwig/eslint-config-conventions/issues" }, - "homepage": "https://github.com/Divlo/eslint-config-conventions#readme", + "homepage": "https://github.com/theoludwig/eslint-config-conventions#readme", "keywords": [ "eslintconfig", "eslint",