From 5873954017916fe9188686bfa01d2f3bbdca8a22 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:44:08 +0200 Subject: [PATCH] fix --- lib/.eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/.eslintrc.js b/lib/.eslintrc.js index 174db87..feb840e 100644 --- a/lib/.eslintrc.js +++ b/lib/.eslintrc.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of console-app which is released under MIT. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , May 2020 + * Created by Timo Hocker , May 2020 */ module.exports = { @@ -12,7 +12,7 @@ module.exports = { node: true }, extends: [ - '@scode/eslint-config-ts' + '@sapphirecode/eslint-config-ts' ], globals: { Atomics: 'readonly',