This commit is contained in:
Timo Hocker 2020-05-06 07:45:02 +02:00
parent 6eae1742d6
commit 274f2b4b7a

View File

@ -2,7 +2,7 @@
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of Requestor which is released under BSD-3-Clause.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, March 2020
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
*/
module.exports = {
@ -12,6 +12,6 @@ module.exports = {
node: true
},
extends: [
'@scode/eslint-config-ts'
'@sapphirecode/eslint-config-ts'
]
}