diff options
Diffstat (limited to 'public/vale/.vale-styles/proselint/meta.json')
-rw-r--r-- | public/vale/.vale-styles/proselint/meta.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/vale/.vale-styles/proselint/meta.json b/public/vale/.vale-styles/proselint/meta.json new file mode 100644 index 0000000..e3c6580 --- /dev/null +++ b/public/vale/.vale-styles/proselint/meta.json @@ -0,0 +1,17 @@ +{ + "author": "jdkato", + "description": "A Vale-compatible implementation of the proselint linter.", + "email": "support@errata.ai", + "lang": "en", + "url": "https://github.com/errata-ai/proselint/releases/latest/download/proselint.zip", + "feed": "https://github.com/errata-ai/proselint/releases.atom", + "issues": "https://github.com/errata-ai/proselint/issues/new", + "license": "BSD-3-Clause", + "name": "proselint", + "sources": [ + "https://github.com/amperser/proselint" + ], + "vale_version": ">=1.0.0", + "coverage": 0.0, + "version": "0.1.0" +} |