Skip to content

Commit

Permalink
chore(ci): Fix eslint and linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed Feb 7, 2022
1 parent bb5d217 commit c661eeb
Show file tree
Hide file tree
Showing 5 changed files with 1,426 additions and 2,931 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"es6": true,
"node": true
},
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"overrides": [
{
"extends": ["plugin:@typescript-eslint/recommended"],
"files": ["**/*.ts"],
"parserOptions": {
"project": ["./tsconfig.json"]
}
}
],
"rules": {}
}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

jobs:
lint_and_prettier:
build_and_test:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c661eeb

Please sign in to comment.