Skip to content

Commit baa2cc0

Browse files
Update doc/eslint.config_partial.mjs
Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent 1293536 commit baa2cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/eslint.config_partial.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default [
2323
},
2424
],
2525

26-
// Typescript rules
26+
// TypeScript rules
2727
'@typescript-eslint/no-unused-expressions': 'off',
2828
'@typescript-eslint/no-unused-vars': 'off',
2929
// Removed since it is used on how not to use examples.

0 commit comments

Comments
 (0)