diff --git a/README.md b/README.md index 8dcf6ab..d99a7d5 100644 --- a/README.md +++ b/README.md @@ -44,17 +44,25 @@ export default { }; ``` -``` +```bash ESLINT_USE_FLAT_CONFIG=true npx eslint ``` +If you are using VSCode set the following in your settings: + +```json +{ "eslint.experimental.useFlatConfig": true } +``` + ## Development -tbd... +- Add good rules to `index.js` ## Tests -tbd... +```bash +npm t +``` ## Contributing