Skip to content

Commit

Permalink
Merge pull request #6 from MitMaro/tim/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to the latest
  • Loading branch information
MitMaro committed Jun 16, 2019
2 parents a0b08db + a1aef15 commit af354b1
Show file tree
Hide file tree
Showing 6 changed files with 1,942 additions and 2,454 deletions.
19 changes: 12 additions & 7 deletions .eslintrc.js
@@ -1,8 +1,13 @@
module.exports = {
root: true,
extends: [
'mitmaro',
'mitmaro/config/ecmascript-7',
'mitmaro/config/node',
'use strict';

const mitmaroEslintConfig = require('eslint-config-mitmaro');

module.exports = mitmaroEslintConfig(
[
'node',
'ecmascript-9',
],
};
{
root: true,
},
);

0 comments on commit af354b1

Please sign in to comment.