This commit is contained in:
Timo Hocker 2020-05-06 07:44:08 +02:00
parent 39d12c7df9
commit 5873954017

View File

@ -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 <timo@scode.ovh>, May 2020
* Created by Timo Hocker <timo@sapphirecode.ovh>, May 2020
*/
module.exports = {
@ -12,7 +12,7 @@ module.exports = {
node: true
},
extends: [
'@scode/eslint-config-ts'
'@sapphirecode/eslint-config-ts'
],
globals: {
Atomics: 'readonly',