Skip to content

Commit

Permalink
refactor: reformat sources using prettier
Browse files Browse the repository at this point in the history
and shorten command, as prettier is installed in repo
  • Loading branch information
AviVahl committed Nov 29, 2024
1 parent db96082 commit f21eb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default [
'packages/runtime/stylesheet.d.ts',
'packages/webpack-plugin/test/e2e/projects/',
'.temp/',
'typings/'
'typings/',
],
},
pluginJs.configs.recommended,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:integrations": "npm run test -- --i",
"test:core-packages": "npm run test -- --cp",
"test:coverage:dev": "npm run build && c8 -x 'packages/*/dist/test' -r html-spa npm run test && serve coverage",
"prettify": "npx prettier . --write"
"prettify": "prettier . --write"
},
"devDependencies": {
"@file-services/memory": "^9.4.1",
Expand Down

0 comments on commit f21eb69

Please sign in to comment.