Skip to content

Commit

Permalink
Remove warning filter no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Dec 19, 2024
1 parent f756954 commit 40fe02e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ export default defineConfig({
svelte({
emitCss: false,
preprocess: sveltePreprocess(),
compilerOptions: {
// Silence a warning on `<svelte:options accessors={true} />`
// eslint-disable-next-line jsdoc/require-jsdoc
warningFilter: (warning) => warning.code !== 'options_deprecated_accessors',
},
}),
// https://www.npmjs.com/package/rollup-plugin-visualizer
visualizer({
Expand Down

0 comments on commit 40fe02e

Please sign in to comment.