From 11ec74e3689b84885cccd45971d6f4ae52dfe4a7 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:44:51 +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 fc59a15..9a67019 100644 --- a/lib/.eslintrc.js +++ b/lib/.eslintrc.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Modelling 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',