Skip to content

Commit 78b2be6

Browse files
committed
style(const): update comment style
1 parent 648a112 commit 78b2be6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/const.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
import { fileURLToPath } from 'node:url';
22
import path from 'node:path';
33

4-
/////////////////////
5-
// Paths //
6-
/////////////////////
4+
// ┌ ┐
5+
// Paths
6+
// └ ┘
77

88
const __filename = fileURLToPath(import.meta.url);
99
const __dirname = path.dirname(__filename);
1010
const __rootpath = path.resolve(__dirname, '..');
1111

1212
export const defaultScriptPath = path.join(__rootpath, 'src', 'scripts/');
1313

14-
/////////////////////
15-
// Metas //
16-
/////////////////////
14+
// ┌ ┐
15+
// Metas
16+
// └ ┘
1717

1818
export const metaStartTerm = '/**';
1919
export const metaEndTerm = '**/';

0 commit comments

Comments
 (0)