Skip to content

Commit

Permalink
Update tsslint.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 6, 2024
1 parent 641d4b0 commit 007a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { loadPluginRules } from '@tsslint/eslint'

export default defineConfig({
rules: {
...await loadPluginRules({
...loadPluginRules({
// 'no-unnecessary-type-assertion': 'warn',
// 'prefer-nullish-coalescing': 'warn',
// 'strict-boolean-expressions': 'warn',
Expand Down

0 comments on commit 007a4f8

Please sign in to comment.