This commit is contained in:
Timo Hocker 2020-05-06 07:33:11 +02:00
parent 048dee838a
commit 5ec439cd1e
2 changed files with 20 additions and 20 deletions

View File

@ -2,7 +2,7 @@
* Copyright (C) SapphireCode - All Rights Reserved * Copyright (C) SapphireCode - All Rights Reserved
* This file is part of Snippeteer which is released under BSD-3-Clause. * This file is part of Snippeteer 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>, April 2020 * Created by Timo Hocker <timo@sapphirecode.ovh>, April 2020
*/ */
module.exports = { module.exports = {
@ -12,7 +12,7 @@ module.exports = {
node: true node: true
}, },
extends: [ extends: [
'@scode' '@sapphirecode'
], ],
globals: { globals: {
Atomics: 'readonly', Atomics: 'readonly',

View File

@ -28,36 +28,36 @@
resolved "https://registry.yarnpkg.com/@ovyerus/licenses/-/licenses-6.4.4.tgz#596e3ace46ab7c70bcf0e2b17f259796a4bedf9f" resolved "https://registry.yarnpkg.com/@ovyerus/licenses/-/licenses-6.4.4.tgz#596e3ace46ab7c70bcf0e2b17f259796a4bedf9f"
integrity sha512-IHjc31WXciQT3hfvdY+M59jBkQp70Fpr04tNDVO5rez2PNv4u8tE6w//CkU+GeBoO9k2ahneSqzjzvlgjyjkGw== integrity sha512-IHjc31WXciQT3hfvdY+M59jBkQp70Fpr04tNDVO5rez2PNv4u8tE6w//CkU+GeBoO9k2ahneSqzjzvlgjyjkGw==
"@scode/eslint-config-es6@^1.0.1": "@sapphirecode/eslint-config-es6@^1.0.1":
version "1.0.28" version "1.0.30"
resolved "https://npm.scode.ovh/@scode%2feslint-config-es6/-/eslint-config-es6-1.0.28.tgz#95afeb862c49623a2f5d0f64a47761422078f323" resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config-es6/-/eslint-config-es6-1.0.30.tgz#2af147bb37d085894f51838f327d923b1aa5c0ac"
integrity sha512-3E21VH1CBLRgLn6ozBKNDuSYKWPpBv457l9CgH/Zy0wrSNlVrxVcO8miZ4Razq759gkLu1ueslTBePGy+rP6Lg== integrity sha512-S/CeJ859ZW6gY5zwA6w2OZtytRWRKGaP6i9W5S66voAyOGpFvAzBbX5o+qNxo7RCGvwTwRt6lRWRmZBHxD9PVA==
dependencies: dependencies:
"@scode/eslint-config" "^2.0.1" "@sapphirecode/eslint-config" "^2.0.1"
eslint-plugin-import "^2.20.1" eslint-plugin-import "^2.20.1"
"@scode/eslint-config-ts@^1.0.22": "@sapphirecode/eslint-config-ts@^1.0.22":
version "1.0.31" version "1.0.32"
resolved "https://npm.scode.ovh/@scode%2feslint-config-ts/-/eslint-config-ts-1.0.31.tgz#2934314acbf28d07a989d1fa3c0cfa59ab17b1bf" resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config-ts/-/eslint-config-ts-1.0.32.tgz#70864a78aa6e4ccf34bb8ed2941b4aa9d47b1be0"
integrity sha512-sJz85zW6NUKe2tM4g9F398kwPHXA4FklLbAZ60XvrwupqNCELKmwncwoRw509s4D7rInF4iQv8r7/qRIHetUPQ== integrity sha512-XQBe+sHJOuUzZ6h7Q1F5s9FYvy3Zqtqi8IWghNBq/96Vz43CQ+fkj3j+YeL4afz/w5dCpyk42pGfLU3WYT1UBA==
dependencies: dependencies:
"@scode/eslint-config-es6" "^1.0.1" "@sapphirecode/eslint-config-es6" "^1.0.1"
"@typescript-eslint/eslint-plugin" "^2.26.0" "@typescript-eslint/eslint-plugin" "^2.26.0"
"@typescript-eslint/parser" "^2.26.0" "@typescript-eslint/parser" "^2.26.0"
"@scode/eslint-config@^2.0.1": "@sapphirecode/eslint-config@^2.0.1":
version "2.0.16" version "2.0.18"
resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-2.0.16.tgz#99ba872cbdc850d3865dde3d91568fb549980b88" resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config/-/eslint-config-2.0.18.tgz#cf34983ea65a0fdaa70595599439fae02c9f2e6b"
integrity sha512-Q0GC5T0T5qlGNyv+HJ7zx6VWJMA9tlZcU5TGA+uYI7xyNvumrP40bFeujCCsYJ9BxuEhqfbzW8rmZonzRYNe+w== integrity sha512-Z52Xq9vC8A2Sb/XGNyfwW5+NnrVzW4dJi+Xyy5DLgsPsMGFmYrXyrNQQvyI23OaYx/lx3tiobNZq6F/+38rAMA==
dependencies: dependencies:
eslint-plugin-jsdoc "^24.0.0" eslint-plugin-jsdoc "^24.0.0"
eslint-plugin-node "^11.0.0" eslint-plugin-node "^11.0.0"
eslint-plugin-sort-requires-by-path "^1.0.2" eslint-plugin-sort-requires-by-path "^1.0.2"
"@scode/standard@^1.0.1": "@sapphirecode/standard@^1.0.1":
version "1.0.8" version "1.0.9"
resolved "https://npm.scode.ovh/@scode%2fstandard/-/standard-1.0.8.tgz#1423ad1cf5276964919a14f999e7eada24388689" resolved "https://registry.yarnpkg.com/@sapphirecode/standard/-/standard-1.0.9.tgz#cd66364fdf10a1134a1c66a859b5fc775304db69"
integrity sha512-PRGR8zddYPryqdYTHjy6kXhpiyj+fHu2PE3+MwdYon+vHY3zY3oUHh9Nunx2K/K2YzkQbySnhXzv8y8B2UPynQ== integrity sha512-K3GEG88xCTiiGA0/mK/42BS//TX2uPYzwK4mSUBltejaqs3wdnVn1RPtrK8U8nAwvVSo8Tn7Yc2YqDsfmah20A==
"@types/color-name@^1.1.1": "@types/color-name@^1.1.1":
version "1.1.1" version "1.1.1"