Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ yarn-error.log*
next-env.d.ts
# clerk configuration (can include secrets)
/.clerk/

.vale/styles
19 changes: 19 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# where styles are saved
StylesPath = .vale/styles/

# the minimum alert level
MinAlertLevel = suggestion

# style guide packages
Packages = Google, write-good

# map MDX files to Markdown since Vale doesn't natively support MDX
[formats]
mdx = md

Vocab = Base


# apply Google and Novu style guide rules to both Markdown (.md) and MDX (.mdx) files
[*.{md,mdx}]
BasedOnStyles = Google, Novu, write-good
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aviatorscode2

Could you please share the link of Novu? I could not find here
https://vale.sh/explorer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jainpawan21, All rules are local for now. I am using Google and write-good rules for now to catch any errors before I commit them. So I need it merged. For now what I need is Google and write-good, while I work on the Novu style guide rules