Skip to content

Commit

Permalink
Fix the rule name in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Aug 10, 2024
1 parent 997abb4 commit 55c182a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { defineConfig } from 'steiger'

export default defineConfig({
rules: {
'no-public-api': 'off',
'public-api': 'off',
},
})
```
Expand Down

0 comments on commit 55c182a

Please sign in to comment.