Skip to content

Commit 5ec0e2f

Browse files
authored
Merge pull request dozoisch#187 from anajavi/chore/upgrade-deps
Upgrade build tools
2 parents 3ef5bc9 + 49817fc commit 5ec0e2f

File tree

6 files changed

+4209
-2976
lines changed

6 files changed

+4209
-2976
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
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- "14"
45
- "12"
56
- "10"
6-
- "8"
77

88
branches:
99
only:

0 commit comments

Comments
 (0)