Added .eslintrc.js for tests (#2355)

main
Boris Sekachev 5 years ago committed by GitHub
parent 0576cb7872
commit 1c14dafae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
// Copyright (C) 2020 Intel Corporation
//
// SPDX-License-Identifier: MIT
module.exports = {
env: {
'cypress/globals': true,
},
plugins: ['cypress']
};
Loading…
Cancel
Save