Revision control
Copy as Markdown
Other Tools
/**
* Any copyright is dedicated to the Public Domain.
*/
import globals from "globals";
export default [
{
languageOptions: {
globals: globals.worker,
},
},
];