UNPKG

97 BJavaScriptView Raw
1module.exports = {
2 rules: {
3 'string-no-newline': true,
4 'string-quotes': 'double'
5 }
6}