0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 08:56:14 +01:00
svelte/test/.eslintrc.json
2020-09-29 11:19:21 -04:00

7 lines
94 B
JSON

{
"rules": {
"no-console": "off",
"@typescript-eslint/no-var-requires": "off"
}
}