Skip to content

Commit 3fdc806

Browse files
committed
fix redundant change
1 parent f21f1ad commit 3fdc806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@codexteam/ui/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import VueParser from 'vue-eslint-parser';
88
export default [
99
...CodeX,
1010
{
11-
name: 'ts-@codexteam/ui',
11+
name: 'ts-codex-ui',
1212
ignores: ['*.pcss', '*.otf', 'eslint.config.mjs', 'postcss.config.js'],
1313
plugins: {
1414
'@typescript-eslint': TsPlugin,

0 commit comments

Comments
 (0)