diff --git a/vite.config.js b/vite.config.js index 9fbdab80..9df7654c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -41,11 +41,6 @@ export default defineConfig({ svelte({ emitCss: false, preprocess: sveltePreprocess(), - compilerOptions: { - // Silence a warning on `` - // eslint-disable-next-line jsdoc/require-jsdoc - warningFilter: (warning) => warning.code !== 'options_deprecated_accessors', - }, }), // https://www.npmjs.com/package/rollup-plugin-visualizer visualizer({