From 13f6d34cefb3bc5e3ba65a959304d4465f0ee92a Mon Sep 17 00:00:00 2001 From: mhatvan Date: Wed, 4 Aug 2021 17:44:54 +0200 Subject: 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 --- app/Models/Recipe.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Models/Recipe.js') 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 @@ - /** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */ const Model = use('Model'); -- cgit v1.2.3-54-g00ecf