mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
test: add some tests
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
"consistent-return": "off",
|
||||
"no-else-return": "off",
|
||||
"no-nested-ternary": "off",
|
||||
"import/no-extraneous-dependencies": [
|
||||
"error",
|
||||
{ "devDependencies": ["tests/**", "playwright.config.ts"] }
|
||||
],
|
||||
"import/prefer-default-export": "off",
|
||||
"react/function-component-definition": "off",
|
||||
"react/jsx-key": "off",
|
||||
|
||||
Reference in New Issue
Block a user