Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Mar 28, 2022
1 parent 489c50f commit a776bce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions example/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import html from './docs.html?raw'

// eslint-disable-next-line no-console
console.log(html)
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"version": "0.1.5",
"description": "esbuild plugin for raw import",
"license": "MIT",
"author": "hannoeru <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hannoeru/esbuild-plugin-raw"
},
"author": "hannoeru <[email protected]>",
"files": [
"dist",
"index.d.ts",
"client.d.ts"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "index.d.ts",
"files": [
"dist",
"index.d.ts",
"client.d.ts"
],
"homepage": "https://github.com/hannoeru/esbuild-plugin-raw",
"bugs": "https://github.com/hannoeru/esbuild-plugin-raw/issues",
"scripts": {
Expand Down

0 comments on commit a776bce

Please sign in to comment.