Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 810661a

Browse files
committed
Refactor options
Allow every value in options to be overridden by user.
1 parent ce3af3d commit 810661a

8 files changed

+74
-497
lines changed

.eslintrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"complexity": [ 1, 5 ],
2727

2828
//
29-
"react/require-extension": "off"
29+
"react/require-extension": "off",
30+
31+
"no-param-reassign": "off"
3032
},
3133
"settings": {
3234
"html/indent": "0",

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
dist/
12
# Logs
2-
logs
3+
logs/
34
*.log
45
npm-debug.log*
56

dist/rollup-plugin-vue.common.js

-229
This file was deleted.

0 commit comments

Comments
 (0)