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/Exceptions/Handler.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Exceptions/Handler.js') diff --git a/app/Exceptions/Handler.js b/app/Exceptions/Handler.js index 14b840e..43c3ef1 100644 --- a/app/Exceptions/Handler.js +++ b/app/Exceptions/Handler.js @@ -1,4 +1,3 @@ - const BaseExceptionHandler = use('BaseExceptionHandler'); const Sentry = require('@sentry/node'); -- cgit v1.2.3-54-g00ecf