mirror of
https://github.com/ivuorinen/base-configs-eslint.git
synced 2026-01-26 11:14:01 +00:00
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-eslint/issues/2)) ([eb904d0](eb904d0d2c)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#5](https://github.com/ivuorinen/base-configs-eslint/issues/5)) ([65d9ed1](65d9ed13d6)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.8) ([#7](https://github.com/ivuorinen/base-configs-eslint/issues/7)) ([b4db856](b4db85695c)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#12](https://github.com/ivuorinen/base-configs-eslint/issues/12)) ([cff858e](cff858e5e3)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#13](https://github.com/ivuorinen/base-configs-eslint/issues/13)) ([5321383](5321383925)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-eslint/issues/6)) ([ad2db5c](ad2db5c5bd)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-eslint/issues/4)) ([0286f30](0286f304f2)) * **github-action:** update ivuorinen/actions (25.8.11 → 25.8.18) ([#14](https://github.com/ivuorinen/base-configs-eslint/issues/14)) ([3b2199c](3b2199c955)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#10](https://github.com/ivuorinen/base-configs-eslint/issues/10)) ([2e3b75c](2e3b75cd79)) * **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#15](https://github.com/ivuorinen/base-configs-eslint/issues/15)) ([5683ad4](5683ad412d)) * **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#16](https://github.com/ivuorinen/base-configs-eslint/issues/16)) ([d86c6ec](d86c6ec1d0)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.9 → 41.82.10) ([#25](https://github.com/ivuorinen/base-configs-eslint/issues/25)) ([f7d6bc2](f7d6bc27da)) ### Features * **github-action:** update actions/checkout (v4.2.2 → v4.3.0) ([#11](https://github.com/ivuorinen/base-configs-eslint/issues/11)) ([a3e2480](a3e248088b)) * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-eslint/issues/3)) ([7ede432](7ede432033)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.8.4) ([#8](https://github.com/ivuorinen/base-configs-eslint/issues/8)) ([ebe8958](ebe8958390)) * **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#19](https://github.com/ivuorinen/base-configs-eslint/issues/19)) ([7bb67ff](7bb67ff71e)) * **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#20](https://github.com/ivuorinen/base-configs-eslint/issues/20)) ([be5407e](be5407e1a2)) * initial import from base-configs ([674071e](674071ec7d)) * release pipeline, packages, yarn upgrade ([995cfae](995cfae469))
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"name": "@ivuorinen/eslint-config",
|
|
"version": "1.0.0",
|
|
"description": "ivuorinen's shareable configuration for ESLint.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs-eslint/issues"
|
|
},
|
|
"engines": {
|
|
"node": "^20.9.0 || >=21.1.0"
|
|
},
|
|
"type": "module",
|
|
"main": "index.cjs",
|
|
"module": "wrapper.mjs",
|
|
"exports": {
|
|
".": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"./jest": {
|
|
"import": "./wrapper-jest.mjs",
|
|
"require": "./jest.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"jest.cjs",
|
|
"wrapper.mjs",
|
|
"wrapper-jest.mjs",
|
|
"scripts/*"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs-eslint#readme",
|
|
"keywords": [
|
|
"eslint-config",
|
|
"eslint",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs-eslint.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs",
|
|
"semantic-release": "semantic-release --ci"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@ivuorinen/config-checker": "^2.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-eslint": "^13.0.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jest": "^29.2.1",
|
|
"eslint-plugin-n": "^17.23.1",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"globals": "^16.5.0",
|
|
"typescript": ">=4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ivuorinen/semantic-release-config": "^1.0.0"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|