Update eslint config and list of default npm packages

This commit is contained in:
2017-07-12 11:10:09 +01:00
parent b722857791
commit f6105cc6df
2 changed files with 7 additions and 11 deletions

View File

@@ -1,12 +1,3 @@
module.exports = {
'extends': 'semistandard',
'installedESLint': true,
'plugins': [
'standard'
],
'rules': {
'semi': [2, 'always'],
'no-extra-semi': 2,
'semi-spacing': [2, { 'before': false, 'after': true }]
}
'extends': 'semistandard'
};