Skip to content

Commit 70e8521

Browse files
authored
Merge pull request #107 from github/update-eslint
Update ESLint to version 7
2 parents 46b2170 + fc66f23 commit 70e8521

File tree

5 files changed

+178
-133
lines changed

5 files changed

+178
-133
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
root: true,
23
parserOptions: {
34
ecmaVersion: 2020
45
},

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [8.x, 10.x, 12.x]
12+
node-version: [10.x, 12.x, 14.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)