Skip to content

Commit e6c603a

Browse files
committed
refactor: removing initial config checks
1 parent c271843 commit e6c603a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/index.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ export default function install (Vue, options) {
1010
const defaultOptions = {
1111
clearConsoleOnUpdate: false,
1212
delay: 0,
13-
config: {
14-
checks: [{
15-
id: 'color-contrast',
16-
options: {
17-
noScroll: true
18-
}
19-
}]
20-
},
13+
config: {},
2114
runOptions: {
2215
reporter: 'v2',
2316
resultTypes: ['violations']

0 commit comments

Comments
 (0)