Skip to content

Commit 1b9dfce

Browse files
committed
fix(readme): re-add missing tips section in README
1 parent f16010e commit 1b9dfce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ module.exports = {
5959
};
6060
```
6161

62+
### Tips
63+
64+
- Use ESLint’s [`--report-unused-disable-directives`](https://eslint.org/docs/user-guide/command-line-interface#--report-unused-disable-directives) flag to ensure you do not use more `eslint-disable` comments than needed.
65+
6266
### Related tools
6367

6468
To get the most out of this config, it is assumed that projects have the following tools set up:

0 commit comments

Comments
 (0)