This commit is contained in:
Timo Hocker 2020-05-06 07:32:55 +02:00
parent c48412071e
commit 9109f2999c
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of Encoding-Helper which is released under MIT.
* 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,7 +12,7 @@ module.exports = {
node: true
},
extends: [
'@scode'
'@sapphirecode'
],
globals: {
Atomics: 'readonly',

View File

@ -250,10 +250,10 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"
"@scode/eslint-config@^2.0.2":
version "2.0.16"
resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-2.0.16.tgz#99ba872cbdc850d3865dde3d91568fb549980b88"
integrity sha512-Q0GC5T0T5qlGNyv+HJ7zx6VWJMA9tlZcU5TGA+uYI7xyNvumrP40bFeujCCsYJ9BxuEhqfbzW8rmZonzRYNe+w==
"@sapphirecode/eslint-config@^2.0.2":
version "2.0.18"
resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config/-/eslint-config-2.0.18.tgz#cf34983ea65a0fdaa70595599439fae02c9f2e6b"
integrity sha512-Z52Xq9vC8A2Sb/XGNyfwW5+NnrVzW4dJi+Xyy5DLgsPsMGFmYrXyrNQQvyI23OaYx/lx3tiobNZq6F/+38rAMA==
dependencies:
eslint-plugin-jsdoc "^24.0.0"
eslint-plugin-node "^11.0.0"