Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 10, 2024
1 parent e2cad7e commit c892543
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build": "npm run asc && webpack --mode=production --node-env=production",
"build:dev": "npm run asc && webpack --mode=development",
"build:prod": "npm run asc && webpack --mode=production --node-env=production",
"dev": "npm run asc && webpack-dev-server --hot --watch",
"dev": "npm run asc && webpack-dev-server --hot",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"format": "prettier src/**/*.{js,ts} --write",
Expand All @@ -68,8 +68,7 @@
"lint-staged": {
"src/**/*.{js,ts}": [
"npm run format",
"npm run lint:fix",
"git add"
"npm run lint:fix"
]
}
}

0 comments on commit c892543

Please sign in to comment.