mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-07 01:00:41 +00:00
13 lines
222 B
JavaScript
13 lines
222 B
JavaScript
![]() |
module.exports = {
|
||
|
extends: '../.eslintrc.js',
|
||
|
parserOptions: {
|
||
|
project: 'cypress/tsconfig.json',
|
||
|
},
|
||
|
globals: {
|
||
|
Cypress: true,
|
||
|
},
|
||
|
rules: {
|
||
|
'jest/expect-expect': 0,
|
||
|
},
|
||
|
};
|