This commit is contained in:
Timo Hocker
2020-04-07 09:24:31 +02:00
parent cf9e238dc7
commit 9b85bb119f
25 changed files with 33 additions and 1508 deletions

17
lib/.eslintrc.js Normal file
View File

@ -0,0 +1,17 @@
/*
* 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
*/
module.exports = {
env: {
commonjs: true,
es6: true,
node: true
},
extends: [
'@scode/eslint-config-ts'
]
}