mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
- @ivuorinen/base-configs@2.0.12 - @ivuorinen/browserslist-config@0.4.1 - @ivuorinen/commitlint-config@0.3.7 - @ivuorinen/config-checker@1.1.9 - @ivuorinen/eslint-config@0.5.8 - @ivuorinen/markdownlint-config@0.3.8 - @ivuorinen/prettier-config@0.3.7 - @ivuorinen/semantic-release-config@0.3.8 - @ivuorinen/stylelint-config@0.3.7
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"name": "@ivuorinen/eslint-config",
|
|
"version": "0.5.8",
|
|
"description": "ivuorinen's shareable configuration for ESLint.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs/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/tree/main/packages/eslint-config#readme",
|
|
"keywords": [
|
|
"eslint-config",
|
|
"eslint",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9",
|
|
"@ivuorinen/config-checker": "^1.1.9",
|
|
"eslint": "^9.15.0",
|
|
"eslint-config-eslint": "^11",
|
|
"eslint-config-prettier": "^9",
|
|
"eslint-plugin-import": "^2",
|
|
"eslint-plugin-jest": "^28",
|
|
"eslint-plugin-n": "^17",
|
|
"eslint-plugin-promise": "^7",
|
|
"globals": "^15",
|
|
"typescript": ">=4.2.0"
|
|
},
|
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
|
}
|