Skip to content

Commit

Permalink
feat: Add typescript sub config
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Jan 10, 2023
1 parent e6e1a39 commit a579722
Show file tree
Hide file tree
Showing 4 changed files with 881 additions and 301 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,19 @@ module.exports = {
}
```

### TypeScript

This package also provides a preset to be used in applications or libraries using TypeScript,
in this case add the following content to your `.eslintrc.js`:

```js
module.exports = {
extends: [
'@nextcloud/eslint-config/typescript',
],
}
```

## Release new version

1. Update CHANGELOG.md file with the latest changes
Expand Down

0 comments on commit a579722

Please sign in to comment.