Revision b5a9a0fbfd7957517db73098878e755e874da6bd authored by Zack Murry on 10 January 2022, 11:28:00 UTC, committed by GitHub on 10 January 2022, 11:28:00 UTC
1 parent 4e65d77
Raw File
.eslintrc.js
// Copyright (C) 2020 Intel Corporation
//
// SPDX-License-Identifier: MIT

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