aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grammarly/index.js
diff options
context:
space:
mode:
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 };