Merge branch 'master' into normalize-quotes

This commit is contained in:
Ben Word
2018-11-16 11:34:28 -07:00
committed by GitHub
20 changed files with 3001 additions and 2100 deletions

View File

@@ -32,9 +32,8 @@ module.exports = {
],
},
'rules': {
'no-console': process.env.NODE_ENV === 'production' ? 2 : 0,
'no-console': 0,
'quotes': ['error', 'single'],
'semi': 'error',
'comma-dangle': [
'error',
{