Allow todo in comments

This commit is contained in:
Jia Hao 2016-03-12 15:02:49 +08:00
parent 7ba016bf50
commit 1f517886bb
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ module.exports = {
camelcase: 0,
'valid-jsdoc': 0,
'no-path-concat': 1,
'quote-props': [2, 'as-needed']
'quote-props': [2, 'as-needed'],
'no-warning-comments': 1
},
env: {
es6: true,