Skip to content

Commit

Permalink
chore: ⬆️ updated eslint, plugins, babel
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Jun 18, 2020
1 parent 0163d58 commit d2a9ed2
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 75 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -8,21 +8,21 @@
"private": false,
"type": "module",
"peerDependencies": {
"eslint": "^7.1.0"
"eslint": "^7.2.0"
},
"dependencies": {
"babel-eslint": "^11.0.0-beta.2",
"confusing-browser-globals": "^1.0.9",
"eslint-plugin-compat": "^3.7.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^26.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsdoc": "^27.1.2",
"eslint-plugin-sort-keys-fix": "^1.1.1"
},
"repository": "https://github.com/pumpncode/eslint-config",
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/core": "^7.10.2",
"@pumpn/babel-preset": "^0.7.0",
"eslint": "^7.1.0"
"eslint": "^7.2.0"
}
}

0 comments on commit d2a9ed2

Please sign in to comment.