Skip to content

Commit

Permalink
fixup! chore: Rollup & Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanbeevers committed Jan 30, 2025
1 parent af63b12 commit e3f4501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
"vue-eslint-parser": "^9.1.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.9",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@rollup/plugin-commonjs": "^28.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export async function analyze(options) {
const prettierOptions = merge(
{},
// Let prettier infer the parser using the filepath, if present. Otherwise
// assume the file is JS and default to the babel parser.
// assume the file is JS and use prettier's babel parser
filePath ? { filepath: filePath } : { parser: 'babel' },
prettierConfigFromFilePath,
options.prettierOptions,
Expand Down

0 comments on commit e3f4501

Please sign in to comment.