Skip to content

Commit

Permalink
chore. pkg cli
Browse files Browse the repository at this point in the history
  • Loading branch information
wdssmq committed Apr 8, 2023
1 parent 92625dc commit 03f2779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"lint": "eslint --ignore-path .gitignore --ext .js,.mjs ."
"lint": "eslint --ignore-path .gitignore --ext .js,.mjs . --fix"
},
"dependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand All @@ -10,7 +10,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"eslint": "^8.34.0"
}
Expand Down

0 comments on commit 03f2779

Please sign in to comment.