1
0
forked from jchomaz/Vulture
Files

6 lines
60 B
JavaScript
Raw Permalink Normal View History

module.exports = {
rules: {
'no-console': 'off'
}
}