Skip to content

Commits on Source 4

## [2.7.2](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.1...v2.7.2) (2023-04-30)
### Bug Fixes
* disable error throwing for sveltekit ([d3f80e8](https://gitlab.kilic.dev/config/eslint-config/commit/d3f80e81fedc80964dacd0bf6a136c3491e68b7a))
## [2.7.1](https://gitlab.kilic.dev/config/eslint-config/compare/v2.7.0...v2.7.1) (2023-04-29)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "2.7.1",
"version": "2.7.2",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......
......@@ -65,8 +65,8 @@ packages:
dependencies:
'@babel/highlight': 7.18.6
/@babel/compat-data@7.21.5:
resolution: {integrity: sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug==}
/@babel/compat-data@7.21.7:
resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==}
engines: {node: '>=6.9.0'}
dev: false
......@@ -123,7 +123,7 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/compat-data': 7.21.5
'@babel/compat-data': 7.21.7
'@babel/core': 7.21.5
'@babel/helper-validator-option': 7.21.0
browserslist: 4.21.5
......@@ -274,7 +274,7 @@ packages:
enquirer: 2.3.6
external-editor: 3.1.0
find-git-root: 1.0.4
listr2: 6.4.0(enquirer@2.3.6)
listr2: 6.4.1(enquirer@2.3.6)
optionalDependencies:
'@commitlint/load': 17.5.0
transitivePeerDependencies:
......@@ -306,15 +306,15 @@ packages:
'@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4
'@types/node': 18.16.2
'@types/node': 18.16.3
chalk: 4.1.2
cosmiconfig: 8.1.3
cosmiconfig-typescript-loader: 4.3.0(@types/node@18.16.2)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
cosmiconfig-typescript-loader: 4.3.0(@types/node@18.16.3)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
resolve-from: 5.0.0
ts-node: 10.9.1(@types/node@18.16.2)(typescript@5.0.4)
ts-node: 10.9.1(@types/node@18.16.3)(typescript@5.0.4)
typescript: 5.0.4
transitivePeerDependencies:
- '@swc/core'
......@@ -528,8 +528,8 @@ packages:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: false
/@types/node@18.16.2:
resolution: {integrity: sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==}
/@types/node@18.16.3:
resolution: {integrity: sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==}
/@types/normalize-package-data@2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
......@@ -1126,7 +1126,7 @@ packages:
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
dev: false
/cosmiconfig-typescript-loader@4.3.0(@types/node@18.16.2)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
/cosmiconfig-typescript-loader@4.3.0(@types/node@18.16.3)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'}
peerDependencies:
......@@ -1135,9 +1135,9 @@ packages:
ts-node: '>=10'
typescript: '>=3'
dependencies:
'@types/node': 18.16.2
'@types/node': 18.16.3
cosmiconfig: 8.1.3
ts-node: 10.9.1(@types/node@18.16.2)(typescript@5.0.4)
ts-node: 10.9.1(@types/node@18.16.3)(typescript@5.0.4)
typescript: 5.0.4
dev: true
optional: true
......@@ -2455,8 +2455,8 @@ packages:
wrap-ansi: 7.0.0
dev: true
/listr2@6.4.0(enquirer@2.3.6):
resolution: {integrity: sha512-V9UQtqcxwlYkSjE/T24Av9RUmPyr4BfkAZmnlIDaDJgo1qC5eBnZ4CWmwg1diMizf79jZxnzG0qj+ikj/u4hjw==}
/listr2@6.4.1(enquirer@2.3.6):
resolution: {integrity: sha512-o1hCsddKFjzExZKeIhORCDNONRNVmtq/4lSGT+X1DuVIeuJztfPC+C+6ocsGMDDSjxv6YNsU6ZQUSji2f7+klQ==}
engines: {node: '>=16.0.0'}
peerDependencies:
enquirer: '>= 2.3.0 < 3'
......@@ -2860,7 +2860,7 @@ packages:
dependencies:
lilconfig: 2.1.0
postcss: 8.4.23
ts-node: 10.9.1(@types/node@18.16.2)(typescript@5.0.4)
ts-node: 10.9.1(@types/node@18.16.3)(typescript@5.0.4)
yaml: 1.10.2
dev: false
......@@ -3331,7 +3331,7 @@ packages:
dependencies:
is-number: 7.0.0
/ts-node@10.9.1(@types/node@18.16.2)(typescript@5.0.4):
/ts-node@10.9.1(@types/node@18.16.3)(typescript@5.0.4):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
......@@ -3350,7 +3350,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.16.2
'@types/node': 18.16.3
acorn: 8.8.2
acorn-walk: 8.2.0
arg: 4.1.3
......
......@@ -12,7 +12,9 @@ module.exports = {
parser: '@typescript-eslint/parser'
},
rules: {
'max-len': 'off'
'max-len': 'off',
'no-throw-literal': 'off',
'@typescript-eslint/no-throw-literal': 'off'
}
}
]
......