Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jan 9, 2025
1 parent d55ea15 commit 11b89ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .xo-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
ignores: [
'./showcases/nuxt-showcase/**',
'./packages/migration/**',
'./packages/foundations/assets/**'
'./packages/foundations/**'
],
overrides: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

import { writeFileSync } from 'node:fs';
import { ALL_ICONS } from '../public.js';
import { ALL_ICONS } from '../public';

const generateIconOverview = () => {
try {
Expand Down

0 comments on commit 11b89ec

Please sign in to comment.