Skip to content

Commit 7261b21

Browse files
committed
Upgrade dependencies
1 parent 3ef5bc9 commit 7261b21

File tree

5 files changed

+4208
-2975
lines changed

5 files changed

+4208
-2975
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"use strict";
2+
/* eslint-env node */
23
module.exports = {
34
extends: ["eslint:recommended", "prettier", "prettier/react"],
45
parserOptions: {
56
sourceType: "module",
6-
ecmaVersion: "2018",
7+
ecmaVersion: "2020",
78
ecmaFeatures: {
89
jsx: true,
910
},

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"printWidth": 100,
33
"trailingComma": "all",
4-
"parser": "babylon"
4+
"parser": "babel"
55
}

0 commit comments

Comments
 (0)