Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Jun 11, 2024
1 parent 88c66ff commit 4241dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"profile": "webpack --env production --profile --json > ./profile/fohn-ui-bundle-profile.json",
"analyze-profile": "webpack-bundle-analyzer ./profile/fohn-ui-bundle-profile.json",
"lint": "eslint ./src",
"lint-fix": "eslint --fix"
"lint-fix": "eslint ./src --fix"
},
"author": "Alain Belair",
"license": "MIT",
Expand All @@ -26,6 +26,7 @@
"@babel/preset-env": "^7.16.4",
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"babel-loader": "^9.1.2",
"css-loader": "^6.5.1",
Expand Down

0 comments on commit 4241dea

Please sign in to comment.