1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-30 08:10:49 +02: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, camelcase: 0,
'valid-jsdoc': 0, 'valid-jsdoc': 0,
'no-path-concat': 1, 'no-path-concat': 1,
'quote-props': [2, 'as-needed'] 'quote-props': [2, 'as-needed'],
'no-warning-comments': 1
}, },
env: { env: {
es6: true, es6: true,