2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-11 00:22:21 +00:00

Allow todo in comments

This commit is contained in:
Jia Hao 2016-03-12 15:02:49 +08:00
parent 7ba016bf50
commit 1f517886bb

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,