mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 19:33:44 +00:00
fix linting
This commit is contained in:
@@ -2,15 +2,6 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsxdev",
|
||||
"types": [
|
||||
"node",
|
||||
"jest",
|
||||
"@testing-library/jest-dom"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"../cypress",
|
||||
"../cypress.config.ts",
|
||||
"../node_modules"
|
||||
]
|
||||
}
|
||||
"types": ["node", "jest", "@testing-library/jest-dom"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user