diff --git a/.vscode/settings.json b/.vscode/settings.json index 9b5eadb..982c998 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "json.schemas": [ { diff --git a/LICENSE b/LICENSE index 61a9a35..ba1f9a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Vladislav Mamon +Copyright (c) 2024 Vladislav Mamon 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/package.json b/package.json index 057f5b2..5cf1fac 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,10 @@ ], "author": { "name": "Vladislav Mamon", - "email": "hello@vm.codes" + "email": "vlad@nrsk.dev" }, "contributors": [ - "Vladislav Mamon ", + "Vladislav Mamon ", "Danil Tarasov " ], "license": "MIT",