Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
export default [
{
files: ["**/*.js"],
rules: {
"no-unused-vars": "off",
},
},
];
/* Any copyright is dedicated to the Public Domain.
export default [
{
files: ["**/*.js"],
rules: {
"no-unused-vars": "off",
},
},
];