mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
|
/* eslint-disable no-undef */
|
||
|
module.exports = {
|
||
|
"extends": ["plugin:playwright/playwright-test"]
|
||
|
};
|