Skip to content

Commit

Permalink
Remove unused eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Sep 13, 2024
1 parent e619109 commit b2763db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const compatibilityURL = 'https://github.com/sveltia/sveltia-cms#compatibility';
* @see https://decapcms.org/docs/custom-mounting/
*/
const init = ({ config = {} } = {}) => {
// eslint-disable-next-line no-new
mount(App, {
target: document.querySelector('#nc-root') ?? document.body,
props: { config },
Expand Down

0 comments on commit b2763db

Please sign in to comment.