Skip to content

Commit

Permalink
🔧 vue-dot: Update lint configuration (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheGaon committed Apr 4, 2023
1 parent 18196ee commit cb63ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue-dot/package.json
Expand Up @@ -35,7 +35,7 @@
"pre-commit": "lint-staged",
"dev": "vue-cli-service serve",
"build": "ts-node --project tsconfig.json --files scripts/build.ts",
"lint": "vue-cli-service lint",
"lint": "vue-cli-service lint . --ext .js,.ts,.vue ",
"test": "vue-cli-service test:unit --runInBand"
},
"dependencies": {
Expand Down
Expand Up @@ -2,6 +2,6 @@ export interface ListItem {
title: string;
content: {
name: string;
url: string
url: string;
}[];
}

0 comments on commit cb63ea2

Please sign in to comment.