fix eslint

This commit is contained in:
Peter Savchenko 2020-12-08 17:14:47 +03:00
parent c1f73e723f
commit 36d5a6751f
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C
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 {}