Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Aug 5, 2024
1 parent 44a0219 commit 26b949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"scripts": {
"validate": "node validate.mjs",
"lint": "stylelint '**/*.scss' && npx eslint . --ext .ts",
"lint": "stylelint '**/*.scss' && npx eslint --ext=.ts .",
"build": "hugo --minify && npm run validate",
"index": "cd ./public/ && mvw-search-index './**/*.html' './suche/index.json' 'main'",
"update:lib:jquery": "copyfiles -u 3 ./node_modules/jquery/dist/jquery.min.js ./static/js/",
Expand Down

0 comments on commit 26b949f

Please sign in to comment.