aboutsummaryrefslogtreecommitdiffstats
path: root/app/Models/Recipe.js
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-08-04 17:44:54 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-04 15:57:58 +0000
commit13f6d34cefb3bc5e3ba65a959304d4465f0ee92a (patch)
tree7739098f6f25140fa96877e2d05f98b5929f90f2 /app/Models/Recipe.js
parentBump tar from 4.4.10 to 4.4.15 (diff)
downloadferdium-server-13f6d34cefb3bc5e3ba65a959304d4465f0ee92a.tar.gz
ferdium-server-13f6d34cefb3bc5e3ba65a959304d4465f0ee92a.tar.zst
ferdium-server-13f6d34cefb3bc5e3ba65a959304d4465f0ee92a.zip
chore: improve dev setup
- upgrade uuid, eslint, husky - improve .eslintrc.js and correct lint script - update uuid imports to conform to v8 - add .prettierrc.js for consistent formatting - file changes due to lint --fix
Diffstat (limited to 'app/Models/Recipe.js')
-rw-r--r--app/Models/Recipe.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Models/Recipe.js b/app/Models/Recipe.js
index da3618b..bd97411 100644
--- a/app/Models/Recipe.js
+++ b/app/Models/Recipe.js
@@ -1,4 +1,3 @@
1
2/** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */ 1/** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */
3const Model = use('Model'); 2const Model = use('Model');
4 3