Skip to content

Commit

Permalink
Add linter rules for ui-lib-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilzi committed Aug 9, 2023
1 parent ddffc63 commit 3346cbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
]
}
},
{
"extends": ["@openshift-assisted/eslint-config-assisted-ui"],
"files": ["libs/ui-lib-tests/cypress/**/*.{ts,tsx}", "libs/ui-lib-tests/cypress.config.ts"],
"parserOptions": {
"tsconfigRootDir": "libs/ui-lib-tests"
}
},
{
"env": {
"browser": false
Expand Down

0 comments on commit 3346cbe

Please sign in to comment.