Skip to content

Commit

Permalink
fix: disableFix is a boolean value
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Apr 24, 2020
1 parent 01b6489 commit 3499c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default {
ignoreKeywords: null,
severity: 'error',
message: null,
disableFix: null,
disableFix: false,
autoFixFunc: null,
}

0 comments on commit 3499c62

Please sign in to comment.