mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 16:49:03 +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,
|
|
},
|
|
};
|