Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Oct 30, 2024
1 parent 5d3af81 commit ce48156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
*.tgz
*.zip
.eslintcache
.nvmrc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start": "rollup -c -w",
"server": "sirv public --no-clear --port 8080",
"validate": "svelte-check",
"lint": "eslint src --ext .ts,.js,.svelte --ignore-pattern '.nvmrc' && prettier --check \"**/*\"",
"lint": "eslint src --ext .ts,.js,.svelte && prettier --check \"**/*\"",
"fix": "eslint src --ext .ts,.js,.svelte --fix && prettier --write \"**/*\"",
"prepare": "husky",
"prepack": "npm run build",
Expand Down

0 comments on commit ce48156

Please sign in to comment.