Skip to content

Commit

Permalink
Upgrade packages and fix Styelint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Jan 16, 2025
1 parent 3411eac commit fe7fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import pluginJs from '@eslint/js';
import html from 'eslint-plugin-html';

const config = [
{ ignores: ['node_modules'] },
{
files: ['**/*.html'],
plugins: { html },
languageOptions: { sourceType: 'script' },
},
{ languageOptions: { globals: globals.browser } },
pluginJs.configs.recommended,
];

export default config;

0 comments on commit fe7fc8f

Please sign in to comment.