aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/index.js
diff options
context:
space:
mode:
authorLibravatar David Kennedy Souza Araújo <daviduser.guj@gmail.com>2022-08-06 09:50:24 -0300
committerLibravatar GitHub <noreply@github.com>2022-08-06 12:50:24 +0000
commit7e4b67b0af03ccfc22a6fef60a79b83956511369 (patch)
tree702095f38689cc8086c980694de5881abbfca46b /recipes/grammarly/index.js
parentUpgrade 'nodejs' to '16.16.0' (diff)
downloadferdium-recipes-7e4b67b0af03ccfc22a6fef60a79b83956511369.tar.gz
ferdium-recipes-7e4b67b0af03ccfc22a6fef60a79b83956511369.tar.zst
ferdium-recipes-7e4b67b0af03ccfc22a6fef60a79b83956511369.zip
Add Grammarly recipe (#140)
Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com>
Diffstat (limited to 'recipes/grammarly/index.js')
-rw-r--r--recipes/grammarly/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/grammarly/index.js b/recipes/grammarly/index.js
new file mode 100644
index 0000000..28cfbba
--- /dev/null
+++ b/recipes/grammarly/index.js
@@ -0,0 +1,6 @@
1module.exports = Ferdium =>
2 class Grammarly extends Ferdium {
3 async validateUrl() {
4 return true;
5 }
6 };