From cb169f924262b5cf79fb46676cfc57bdf8e02251 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 07:45:16 +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 39a2067..40ee43f 100644 --- a/lib/.eslintrc.js +++ b/lib/.eslintrc.js @@ -2,7 +2,7 @@ * Copyright (C) SapphireCode - All Rights Reserved * This file is part of Snippeteer which is released under BSD-3-Clause. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , April 2020 + * Created by Timo Hocker , April 2020 */ module.exports = { @@ -12,7 +12,7 @@ module.exports = { node: true }, extends: [ - '@scode/eslint-config-ts' + '@sapphirecode/eslint-config-ts' ], globals: { Atomics: 'readonly',