drone/web/cypress/tsconfig.eslint.json

6 lines
131 B
JSON

{
"extends": "./tsconfig.json",
"include": ["./integration", "./support", "./fixtures", "./"],
"exclude": ["node_modules"]
}