Raw File
.eslintrc.js
// Copyright (C) 2020 Intel Corporation
//
// SPDX-License-Identifier: MIT

module.exports = {
    env: {
        'cypress/globals': true,
    },
    plugins: ['cypress']
};
back to top