Use soft-tabs instead of tabs, minor whitespace cleanup

This commit is contained in:
2017-07-09 18:10:01 +01:00
parent bc11e0f8d7
commit 9edf3f1a2c
4 changed files with 120 additions and 129 deletions

View File

@@ -1,13 +1,10 @@
module.exports = {
extends: 'flickr',
env: {
browser: true,
browser: true,
node: true
},
rules: {}
};