diff --git a/tests/.eslintrc.js b/tests/.eslintrc.js new file mode 100644 index 00000000..7d94dfac --- /dev/null +++ b/tests/.eslintrc.js @@ -0,0 +1,10 @@ +// Copyright (C) 2020 Intel Corporation +// +// SPDX-License-Identifier: MIT + +module.exports = { + env: { + 'cypress/globals': true, + }, + plugins: ['cypress'] +};