Lint using semistandard

This commit is contained in:
2017-07-09 19:41:48 +01:00
parent 96b27b9505
commit 51d70572b1
4 changed files with 7 additions and 10 deletions

View File

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