Eslint will still complain about an 'unused' selector when svelte's linter knows that it's marked global. ```html <script global> body { color: red; } </script> ```