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

Commit

Permalink
Update eslint to 7.21.0 (#426)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored Mar 9, 2021
1 parent 988f514 commit 041e0b8
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 296 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

'use strict';

module.exports = {
env: {
es2017: true,
Expand All @@ -12,7 +14,7 @@ module.exports = {
ecmaVersion: 8,
sourceType: 'script'
},
extends: "eslint:recommended",
extends: 'eslint:recommended',
rules: {
indent: ['error', 4],
quotes: ['error', 'single'],
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches-ignore:
- gh-pages
- dependabot/**
pull_request:
branches-ignore:
- gh-pages
Expand Down
Loading

0 comments on commit 041e0b8

Please sign in to comment.