deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
7
examples/playwright/configs/ui-tests.eslintrc.json
Normal file
7
examples/playwright/configs/ui-tests.eslintrc.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
// override existing rules for ui-tests package
|
||||
"rules": {
|
||||
"no-undef": "off", // disabled due to 'browser', '$', '$$'
|
||||
"no-unused-expressions": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user