fix eslint

This commit is contained in:
Peter Savchenko 2020-12-08 17:14:47 +03:00
parent c4eb345c3f
commit b78707fb78
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
},
"fixturesFolder": "test/cypress/fixtures",
"integrationFolder": "test/cypress/tests",
"pluginsFile": "test/cypress/plugins/index.ts",
"screenshotsFolder": "test/cypress/screenshots",
"videosFolder": "test/cypress/videos",
"supportFile": "test/cypress/support/index.ts"

View file

@ -2,4 +2,4 @@
* This file contains connection of Cypres plugins
*/
// eslint-disable-next-line @typescript-eslint/no-empty-function
export default function(on, config): void {}
// export default function(on, config): void {}