Skip to content

Commit

Permalink
ci(test): fix missing eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Apr 16, 2024
1 parent bbd434f commit f290765
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "npx serve .output/public",
"lint": "npm run lint:es && npm run lint:css",
"lint": "nuxt prepare && npm run lint:es && npm run lint:css",
"lint:es": "eslint ./",
"lint:css": "stylelint \"src/**/*.vue\"",
"deploy-firebase": "npm run generate && firebase deploy"
Expand Down

0 comments on commit f290765

Please sign in to comment.