Added .eslintrc.js for tests (#2355)
parent
0576cb7872
commit
1c14dafae4
@ -0,0 +1,10 @@
|
||||
// Copyright (C) 2020 Intel Corporation
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
module.exports = {
|
||||
env: {
|
||||
'cypress/globals': true,
|
||||
},
|
||||
plugins: ['cypress']
|
||||
};
|
||||
Loading…
Reference in New Issue