Skip to content

Commit

Permalink
Merge pull request #31 from github/eslint
Browse files Browse the repository at this point in the history
Upgrade eslint-config-github
  • Loading branch information
muan committed May 28, 2020
2 parents 0f48091 + cf8ef20 commit ba705d4
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 692 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"plugin:github/es6",
"plugin:github/recommended",
"plugin:github/browser",
"plugin:github/typescript"
],
Expand All @@ -19,7 +19,8 @@
},
{
"files": "*.js",
"parser": "espree"
"parser": "espree",
"parserOptions": {"ecmaVersion": 8}
}
]
}
8 changes: 2 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ name: Node CI
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ba705d4

Please sign in to comment.