Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add types for rules #93

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: Add types for rules #93

wants to merge 2 commits into from

Conversation

ExEr7um
Copy link

@ExEr7um ExEr7um commented Jan 12, 2023

In this PR I added types for rules and some documentation on them.

Warning

I can't figure out a way to export type RuleSet, that I created, so I need help with that.

I don't think this PR should be merged without it, because in all my projects I have robots.config.ts file, so I need to import config type and have something like:

import { RuleSet } from "@nuxtjs/robots";

export default <RuleSet> {

};

@ExEr7um
Copy link
Author

ExEr7um commented Jan 12, 2023

Can someone help me out with exporting type RuleSet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant