Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit ba95c75

Browse files
committed
Fix build with rollup-plugin-eslint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 814c838 commit ba95c75

5 files changed

Lines changed: 397 additions & 21 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package-lock.json

Lines changed: 243 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"rollup-plugin-babel": "^4.3.2",
7373
"rollup-plugin-buble": "^0.19.6",
7474
"rollup-plugin-commonjs": "^10.0.0",
75-
"rollup-plugin-eslint": "^7.0.0",
75+
"rollup-plugin-eslint": "^6.0.0",
7676
"rollup-plugin-json": "^4.0.0",
7777
"rollup-plugin-local-resolve": "^1.0.7",
7878
"rollup-plugin-node-resolve": "^5.0.1",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
format: 'esm'
3030
},
3131
plugins: [
32-
eslint(),
32+
eslint({}),
3333
scss(),
3434
vue({
3535
css: true, // Dynamically inject css as a <style> tag

0 commit comments

Comments
 (0)