Skip to content

Commit

Permalink
🚨 remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 3, 2024
1 parent 168fa4b commit 91f62ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/create-configs/src/steps/editor.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { mkdir, readFile } from 'node:fs/promises';
import json5 from 'json5';
import { stripIndent } from 'common-tags';
import {
ProjectType,
Language,
Technology,
CodeStyleSetupOptions,
} from '@code-style/code-style/config-types';
import { CodeStyleSetupOptions } from '@code-style/code-style/config-types';

import { create_file, prettify, verify_missing } from '../utils.js';

Expand Down

0 comments on commit 91f62ce

Please sign in to comment.