fix license

This commit is contained in:
Timo Hocker 2020-03-25 17:05:57 +01:00
parent 57cd8933c0
commit 358b9ce0c2
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of SCode-Eslint-Config 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 = { module.exports = {
env: { env: {
es6: true, es6: true,

View File

@ -1,8 +1,8 @@
/* /*
* Copyright (C) Sapphirecode - All Rights Reserved * Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of @scode/eslint-config which is released under BSD-3-Clause. * This file is part of SCode-Eslint-Config which is released under BSD-3-Clause.
* See file 'LICENSE' for full license details. * See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, January 2020 * Created by Timo Hocker <timo@scode.ovh>, March 2020
*/ */
module.exports = { module.exports = {

View File

@ -1,3 +1,10 @@
/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of SCode-Eslint-Config which is released under BSD-3-Clause.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, March 2020
*/
/* eslint-disable no-process-exit */ /* eslint-disable no-process-exit */
/* eslint-disable no-console */ /* eslint-disable no-console */
/* eslint-disable no-sync */ /* eslint-disable no-sync */