Skip to content

Commit

Permalink
Merge pull request #3 from technologiestiftung/docs/basics
Browse files Browse the repository at this point in the history
docs: Basic usage for VSCode and testing
  • Loading branch information
ff6347 authored Mar 2, 2024
2 parents 3403e95 + 8817bff commit 744137f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 744137f

Please sign in to comment.