Skip to content

Commit 6fb6ec3

Browse files
committed
ignoring rollup.config.js in lint
1 parent 16cf438 commit 6fb6ec3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/coverage
3-
/dist
3+
/dist
4+
rollup.config.js

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import dts from 'rollup-plugin-dts'
22
import esbuild from 'rollup-plugin-esbuild'
3-
import packageJson from './package.json' assert { type: 'json' }
3+
import packageJson from './package.json' assert { type: 'json' } //eslint-disable-line
44

55
const name = packageJson.main.replace(/\.js$/, '')
66

0 commit comments

Comments
 (0)