Skip to content

Commit

Permalink
change pkg.json & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson authored and Jackson committed Oct 12, 2024
1 parent daacc45 commit cd65ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Helps check whether statically imported resources exist, Even if you use aliases or files starting width `.`

For example, in the Vite project, there may be a client. d.ts file for static resources, and all ts cannot handle whether this file exists well. Especially during development, it may cause build code errors and cause some build problems. This plugin can effectively avoid this situation

## Installation

You'll first need to install [ESLint](https://eslint.org/):
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"author": "Leo_Wang([email protected])",
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite.git",
"directory": "packages/vite"
"url": "git+https://github.com/ganker-vito/eslint-plugin.git"
},
"homepage": "https://www.npmjs.com/package/eslint-plugin-assets",
"homepage": "https://github.com/ganker-vito/eslint-plugin.git",
"description": "Helps check whether statically imported resources exist",

"keywords": [
Expand Down

0 comments on commit cd65ee1

Please sign in to comment.