diff --git a/.eslintrc.js b/.eslintrc.js index 70e53c4..7477525 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,7 @@ * Copyright (C) Sapphirecode - All Rights Reserved * This file is part of Auth-Client-Helper which is released under MIT. * See file 'LICENSE' for full license details. - * Created by Timo Hocker , March 2020 + * Created by Timo Hocker , March 2020 */ module.exports = { @@ -12,7 +12,7 @@ module.exports = { node: true }, extends: [ - '@scode' + '@sapphirecode' ], globals: { Atomics: 'readonly',