Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 041e0b8

Browse files
author
Simon Stone
authored
Update eslint to 7.21.0 (#426)
Signed-off-by: Simon Stone <[email protected]>
1 parent 988f514 commit 041e0b8

File tree

4 files changed

+410
-296
lines changed

4 files changed

+410
-296
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* SPDX-License-Identifier: Apache-2.0
33
*/
44

5+
'use strict';
6+
57
module.exports = {
68
env: {
79
es2017: true,
@@ -12,7 +14,7 @@ module.exports = {
1214
ecmaVersion: 8,
1315
sourceType: 'script'
1416
},
15-
extends: "eslint:recommended",
17+
extends: 'eslint:recommended',
1618
rules: {
1719
indent: ['error', 4],
1820
quotes: ['error', 'single'],

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches-ignore:
99
- gh-pages
10+
- dependabot/**
1011
pull_request:
1112
branches-ignore:
1213
- gh-pages

0 commit comments

Comments
 (0)