Skip to content

Commit

Permalink
chore: code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 2, 2024
1 parent 1125d4a commit ef4b8f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/utils/createValidator.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ to ESLint's configuration.
Import the utility:

```js
const { createValidator } = require('eslint-plugin-userscripts/dist/utils/createValidator');
const {
createValidator
} = require('eslint-plugin-userscripts/dist/utils/createValidator');
```

## API
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default defineConfig({
platform: 'node',
outDir: 'dist',
bundle: false,
dts: true,
dts: true
});

0 comments on commit ef4b8f5

Please sign in to comment.