Skip to content

Commit

Permalink
[GH-232]: Fix e2e playwright directory linting (#241)
Browse files Browse the repository at this point in the history
* Fix e2e playwright directory linting

* Uncomment playwright ci/lint
  • Loading branch information
c0d33ngr authored Jan 24, 2024
1 parent 17e4369 commit 3fb8aab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:
cd e2e/playwright
npm run tsc
# - name: ci/lint
# run: |
# cd e2e/playwright
# npm run lint
- name: ci/lint
run: |
cd e2e/playwright
npm run lint
- name: ci/run-playwright-tests
run: |
Expand Down
8 changes: 8 additions & 0 deletions e2e/playwright/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
]
}
2 changes: 1 addition & 1 deletion e2e/playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "~5.59.0",
"cross-env": "7.0.3",
"dotenv": "^16.0.3",
"eslint": "7.9.0",
"eslint": "^7.9.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react-hooks": "~4.6.0",
Expand Down

0 comments on commit 3fb8aab

Please sign in to comment.