mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
|
/* eslint-disable no-undef */
|
||
|
module.exports = {
|
||
|
"extends": ["plugin:playwright/playwright-test"]
|
||
|
};
|