@stencil/eslint-plugin
Version:
ESLint rules specific to Stencil JS projects.
105 lines (104 loc) • 2.72 kB
JSON
{
"name": "@stencil/eslint-plugin",
"version": "1.4.0",
"description": "ESLint rules specific to Stencil JS projects.",
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"stencil",
"stencil eslint",
"stencileslint"
],
"license": "MIT",
"contributors": [
"Tom Chinery <tom.chinery@addtoevent.co.uk>",
"Jack Woodward <jack@addtoevent.co.uk>",
"Ionic Team <strteam@ionicframework.com>",
"d0whc3r <d0whc3r@gmail.com>",
"Christian Bromann <christian.bromann@outsystems.com>",
"John Jenkins <johnljenkins@hotmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stenciljs/eslint-plugin.git"
},
"files": [
"dist"
],
"type": "module",
"main": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "rolldown --config rolldown.config.ts",
"test": "vitest --run",
"lint": "oxlint .",
"lint:fix": "oxlint . --fix",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"version": "pnpm run build",
"watch": "pnpm run build -- --watch"
},
"dependencies": {
"eslint-utils": "^3.0.0",
"jsdom": "^27.0.1",
"tsutils": "^3.21.0"
},
"devDependencies": {
"@stencil/cli": "^5.0.0 || >=5.0.0-alpha.19 <5.0.0-next.0",
"@types/eslint": "9.6.1",
"@types/eslint-utils": "^3.0.5",
"@types/estree": "^1.0.8",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.9.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@vitest/coverage-v8": "^4.0.5",
"eslint": "^9.38.0",
"eslint-plugin-react": "^7.37.5",
"oxfmt": "^0.58.0",
"oxlint": "^1.73.0",
"rolldown": "^1.0.0-beta.27",
"rolldown-plugin-dts": "^0.25.2",
"typescript": "^6.0.0",
"vitest": "^4.0.5"
},
"peerDependencies": {
"@stencil/core": "^4.0.0 || ^5.0.0 || >=5.0.0-alpha.19 <5.0.0-next.0",
"@typescript-eslint/eslint-plugin": "^7.0.0 || ^8.0.0",
"@typescript-eslint/parser": "^7.0.0 || ^8.0.0",
"eslint": "^8.0.0 || ^9.0.0 || ^10.0.0",
"eslint-plugin-react": "^7.37.4",
"oxlint": "^1.73.0",
"typescript": "^4.9.4 || ^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
},
"eslint": {
"optional": true
},
"eslint-plugin-react": {
"optional": true
},
"oxlint": {
"optional": true
}
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "pnpm@11.10.0",
"stencil": {
"wizard": "./dist/wizard.js"
}
}