We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cf438 commit 6fb6ec3Copy full SHA for 6fb6ec3
.eslintignore
@@ -1,3 +1,4 @@
1
/node_modules
2
/coverage
3
-/dist
+/dist
4
+rollup.config.js
rollup.config.js
@@ -1,6 +1,6 @@
import dts from 'rollup-plugin-dts'
import esbuild from 'rollup-plugin-esbuild'
-import packageJson from './package.json' assert { type: 'json' }
+import packageJson from './package.json' assert { type: 'json' } //eslint-disable-line
5
const name = packageJson.main.replace(/\.js$/, '')
6
0 commit comments