Skip to content

Commit f17a9a5

Browse files
committed
refactor: ♻️ Removed ESLint comments
1 parent f9cb9f4 commit f17a9a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

js/src/admin/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line import/no-unresolved
21
import app from 'flarum/admin/app';
32

43
app.initializers.add('maicol07-sso', () => {

js/src/forum/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable import/no-unresolved */
21
import {extend, override} from 'flarum/common/extend';
32
import app from 'flarum/forum/app';
43
import HeaderSecondary from 'flarum/forum/components/HeaderSecondary';

0 commit comments

Comments
 (0)