Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiking committed Nov 21, 2023
1 parent 126951c commit e530e93
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .eslintrc.js

This file was deleted.

17 changes: 17 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
env:
node: true
commonjs: true
jest: true
es6: true
extends: "eslint:recommended"
overrides:
- env:
node: true
files:
- ".eslintrc.{js,cjs}"
parserOptions:
sourceType: "script"
parserOptions:
ecmaVersion: "latest"
ignorePatterns:
- "examples/*"
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JAVASCRIPT_DEFAULT_STYLE: prettier
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.js
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.yml
VALIDATE_JSCPD: false

0 comments on commit e530e93

Please sign in to comment.