Commit 807fc16d authored by Robert Knight's avatar Robert Knight

Fix lint errors for .mjs files in scripts/

parent 84d3a983
{
"env": {
"node": true,
"node": true
},
"parserOptions": {
"sourceType": "script"
......@@ -9,5 +9,11 @@
"@typescript-eslint/no-var-requires": "off",
"no-console": "off",
"react-hooks/rules-of-hooks": "off"
}
},
"overrides": [
{
"files": ["*.mjs"],
"parserOptions": { "sourceType": "module" }
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment