mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 06:10:20 +00:00
Allow todo in comments
This commit is contained in:
parent
7ba016bf50
commit
1f517886bb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user