-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): run eslint and prettier on config package
Signed-off-by: Jordan Shatford <[email protected]>
- Loading branch information
1 parent
15d9bc7
commit 820d2ed
Showing
7 changed files
with
42 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** @type {import('eslint').Linter.Config} */ | ||
module.exports = { | ||
extends: [require.resolve('./eslint/typescript')] | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
{ | ||
"name": "@yd/config", | ||
"private": true, | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"exports": { | ||
"./tailwind": "./tailwind.config.js", | ||
"./eslint/typescript": "./eslint/typescript.js", | ||
"./eslint/svelte": "./eslint/svelte.js", | ||
"name": "@yd/config", | ||
"private": true, | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"exports": { | ||
"./tailwind": "./tailwind.config.js", | ||
"./eslint/typescript": "./eslint/typescript.js", | ||
"./eslint/svelte": "./eslint/svelte.js", | ||
"./prettier": "./prettier/index.js", | ||
"./typescript": "./typescript.json" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-svelte": "^2.33.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-svelte": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.4", | ||
"tailwindcss": "^3.3.3" | ||
} | ||
"./typescript": "./typescript.json" | ||
}, | ||
"prettier": "./prettier", | ||
"scripts": { | ||
"lint": "prettier --check . && eslint .", | ||
"format": "prettier --write ." | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"eslint": "^8.48.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-svelte": "^2.33.0", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-svelte": "^3.0.3", | ||
"prettier-plugin-tailwindcss": "^0.5.4", | ||
"tailwindcss": "^3.3.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
820d2ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
youtube-audio-downloader – ./
youtube-downloading.vercel.app
utubedownloader.vercel.app
youtbedownloader.vercel.app
youtubedownloading.vercel.app
youtube-audio-downloader-git-main-jordanshatford.vercel.app
yt-downloading.vercel.app
youtube-audio-downloader-jordanshatford.vercel.app
ytdownloading.vercel.app
youtubeaudiodownloader.vercel.app