Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Mar 25, 2024
1 parent a4bbcb7 commit 04b23ce
Show file tree
Hide file tree
Showing 13 changed files with 405 additions and 418 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ overrides:

- files: "**/src/**/*.ts"
extends: eslint-config-dmitmel/rules/typescript/with-type-checking
rules:
"@typescript-eslint/no-unnecessary-condition": off

- files: "**/*.d.ts"
rules:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Get an option to copy the current web address by right clicking on the home butt

Same as the URL in your browser.

Direct Download Link: [dev.tharki.Address.asar](https://github.com/TharkiDev/Address/releases/latest/download/dev.tharki.Address.asar)
Direct Download Link: [dev.tharki.Address.asar](https://github.com/YofukashiNo/Address/releases/latest/download/dev.tharki.Address.asar)

Install Link:


[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=dev.tharki.Address)

![image](https://TharkiDev.github.io/files-random-host/bdpluginsassets/address.png)
![image](https://YofukashiNo.github.io/files-random-host/bdpluginsassets/address.png)

> For issues related to plugin either DM the dev or ask in support server listed below.
>
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "Address",
"description": "Get an option to copy the current web address by right clicking on the home button.",
"image": "https://i.imgur.com/YJHbIsk.png",
"source": "https://github.com/TharkiDev/Address",
"source": "https://github.com/YofukashiNo/Address",
"author": {
"name": "Ahlawat",
"name": "Nanakusa",
"discordID": "1121961711080050780",
"github": "TharkiDev"
"github": "YofukashiNo"
},
"version": "1.0.2",
"updater": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.17.6",
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.47.0",
"@types/node": "^18.18.6",
"@types/react": "^18.2.31",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.8",
"replugged": "^4.7.7",
"replugged": "^4.7.9",
"typescript": "^5.0.0"
}
}
Loading

0 comments on commit 04b23ce

Please sign in to comment.