Skip to content

Commit

Permalink
chore: public/mockServiceWorker.jsをeslint.config.jsのignoresに追加
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Nov 5, 2024
1 parent 3cc0b6e commit d811400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import tseslint from 'typescript-eslint'
/** @type {import('eslint').Linter.Config[]} */
export default [
{
ignores: ['**/dist/**']
ignores: ['**/dist/**', 'public/mockServiceWorker.js']
},
{
files: ['**/*.{js,mjs,cjs,ts,vue}']
Expand Down

0 comments on commit d811400

Please sign in to comment.