Skip to content

Commit

Permalink
chore: biome
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Oct 14, 2024
1 parent 8007ad0 commit 1cc3ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"url": "https://github.com/cloudbeds/webpack-module-federation-types-plugin.git"
},
"main": "dist/plugin.js",
"files": [
"dist"
],
"files": ["dist"],
"bin": {
"make-federated-types": "dist/bin/make-federated-types.js",
"download-federated-types": "dist/bin/download-federated-types.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'node:fs';
import path from 'node:path';

import { mkdirp }from 'mkdirp';
import { mkdirp } from 'mkdirp';

import { PREFIX_NOT_FOR_IMPORT } from '../constants';
import type { CommonLogger, FederationConfig } from '../models';
Expand Down

0 comments on commit 1cc3ba8

Please sign in to comment.