Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ws-rush committed Feb 10, 2024
1 parent 7243c16 commit 6118e07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default {

<br></details>


<details>
<summary>Webpack</summary><br>

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"remix-router",
"unplugin",
"vite",
"webpack",
"rollup",
"webpack",
"transform"
],
"exports": {
Expand All @@ -32,25 +32,25 @@
"import": "./dist/rspack.js",
"require": "./dist/rspack.cjs"
},
"./esbuild": {
"types": "./dist/esbuild.d.ts",
"import": "./dist/esbuild.js",
"require": "./dist/esbuild.cjs"
},
"./vite": {
"types": "./dist/vite.d.ts",
"import": "./dist/vite.js",
"require": "./dist/vite.cjs"
},
"./webpack": {
"types": "./dist/webpack.d.ts",
"import": "./dist/webpack.js",
"require": "./dist/webpack.cjs"
},
"./rollup": {
"types": "./dist/rollup.d.ts",
"import": "./dist/rollup.js",
"require": "./dist/rollup.cjs"
},
"./esbuild": {
"types": "./dist/esbuild.d.ts",
"import": "./dist/esbuild.js",
"require": "./dist/esbuild.cjs"
"./webpack": {
"types": "./dist/webpack.d.ts",
"import": "./dist/webpack.js",
"require": "./dist/webpack.cjs"
},
"./types": {
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -93,22 +93,22 @@
"webpack": "^4 || ^5"
},
"peerDependenciesMeta": {
"webpack": {
"@nuxt/kit": {
"optional": true
},
"rollup": {
"@nuxt/schema": {
"optional": true
},
"vite": {
"esbuild": {
"optional": true
},
"esbuild": {
"rollup": {
"optional": true
},
"@nuxt/kit": {
"vite": {
"optional": true
},
"@nuxt/schema": {
"webpack": {
"optional": true
}
},
Expand Down
2 changes: 0 additions & 2 deletions test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// test/index.test.ts
import { describe, expect, it } from 'vitest'

import { isFileExist } from '../src/index'

// Adjust the path based on your actual folder structure

describe('not yet', () => {
Expand Down

0 comments on commit 6118e07

Please sign in to comment.