Skip to content

Commit

Permalink
Merge pull request #337 from traPtitech/chore/add_mockServiceWorker_t…
Browse files Browse the repository at this point in the history
…o_eslint_ignores

chore: public/mockServiceWorker.jsをeslint.config.jsのignoresに追加
  • Loading branch information
reiroop authored Nov 8, 2024
2 parents 5989388 + 1d44756 commit 2f16b01
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 2f16b01

Please sign in to comment.