Skip to content

Commit

Permalink
feat: switch config to ES3 based
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 22, 2019
1 parent 6d3e259 commit 37606d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "medikoo/type",
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-medikoo": "^2.1.1",
"eslint-config-medikoo-es3": "^2.0.0",
"git-list-updated": "^1.1.2",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
Expand All @@ -30,7 +30,7 @@
]
},
"eslintConfig": {
"extends": "medikoo",
"extends": "medikoo-es3",
"root": true
},
"scripts": {
Expand Down

0 comments on commit 37606d9

Please sign in to comment.