Skip to content

Commit 35bc61b

Browse files
committed
style: run prettier to fix formatting for CI
1 parent 9528046 commit 35bc61b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig([
2222
},
2323
rules: {
2424
'@typescript-eslint/no-explicit-any': 'warn',
25-
'@typescript-eslint/no-unused-vars': ['warn', { 'argsIgnorePattern': '^_' }],
25+
'@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
2626
'@typescript-eslint/no-require-imports': 'warn',
2727
'no-empty': 'warn',
2828
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],

0 commit comments

Comments
 (0)