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',