Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(lint): customize liniting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Jul 21, 2017
1 parent 0a59613 commit a65116b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
extends: 'algolia/vue',
"rules": {
"no-warning-comments": "warn", // we have many Todo:, this will remind us to deal with them
"no-use-before-define": "off",
}
};

0 comments on commit a65116b

Please sign in to comment.