@o3r/eslint-plugin
Version:
The module provides in-house eslint plugins to use in your own eslint configuration.
170 lines • 5.11 kB
JSON
{
"name": "@o3r/eslint-plugin",
"version": "12.4.6",
"publishConfig": {
"access": "public"
},
"description": "The module provides in-house eslint plugins to use in your own eslint configuration.",
"main": "src/public_api.js",
"keywords": [
"eslint",
"eslint-plugin",
"otter",
"amadeus",
"linter",
"otter-module"
],
"scripts": {
"nx": "nx",
"ng": "yarn nx",
"build": "yarn nx build eslint-plugin",
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
"build:source": "tsc -b tsconfig.build.json --pretty && yarn cpy ./package.json dist",
"postbuild": "patch-package-json-main",
"prepare:build:builders": "yarn cpy 'schematics/**/*.json' 'schematics/**/templates/**' dist/schematics && yarn cpy './collection.json' dist"
},
"dependencies": {
"@typescript-eslint/utils": "~8.34.0",
"globby": "^11.1.0",
"semver": "^7.5.2",
"ts-node": "~10.9.2",
"tslib": "^2.6.2",
"type-fest": "^4.30.1"
},
"peerDependenciesMeta": {
"@angular-eslint/template-parser": {
"optional": true
},
"@angular/compiler": {
"optional": true
},
"jsonc-eslint-parser": {
"optional": true
},
"yaml-eslint-parser": {
"optional": true
}
},
"peerDependencies": {
"@angular-eslint/template-parser": "^19.0.0",
"@angular/compiler": "^19.0.0",
"eslint": "^8.57.0 || ^9.22.0",
"jsonc-eslint-parser": "^2.4.0",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@angular-devkit/core": "~19.2.0",
"@angular-eslint/test-utils": "~19.4.0",
"@angular/compiler": "~19.2.0",
"@babel/core": "~7.27.0",
"@babel/preset-typescript": "~7.27.0",
"@compodoc/compodoc": "^1.1.19",
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/eslintrc": "^3.0.0",
"@nx/eslint-plugin": "~20.8.0",
"@nx/jest": "~20.8.0",
"@o3r/build-helpers": "^12.4.6",
"@o3r/eslint-config": "^12.4.6",
"@o3r/test-helpers": "^12.4.6",
"@stylistic/eslint-plugin": "~3.1.0",
"@types/eslint": "~9.6.0",
"@types/jest": "~29.5.2",
"@types/node": "^20.0.0",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "~8.34.0",
"@typescript-eslint/rule-tester": "~8.34.0",
"angular-eslint": "~19.4.0",
"cpy-cli": "^5.0.0",
"eslint": "~9.28.0",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-import-newlines": "~1.4.0",
"eslint-plugin-jest": "~28.13.0",
"eslint-plugin-jsdoc": "~50.7.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-unicorn": "~56.0.0",
"eslint-plugin-unused-imports": "~4.1.4",
"globals": "^15.9.0",
"jest": "~29.7.0",
"jest-junit": "~16.0.0",
"jsonc-eslint-parser": "~2.4.0",
"nx": "~20.8.0",
"pid-from-port": "^1.1.3",
"rimraf": "^6.0.1",
"semver": "^7.5.2",
"ts-jest": "~29.3.0",
"type-fest": "^4.30.1",
"typescript": "~5.8.2",
"typescript-eslint": "~8.34.0",
"yaml-eslint-parser": "^1.2.2"
},
"schematics": "./collection.json",
"contributors": [
{
"name": "Yannick Adam",
"url": "https://github.com/yannickadam",
"email": "yannickadam@users.noreply.github.com"
},
{
"name": "Kilian Panot",
"url": "https://github.com/kpanot",
"email": "kpanot@users.noreply.github.com"
},
{
"name": "Jeremy Bourgeois",
"url": "https://github.com/jbourgeois-1A",
"email": "jbourgeois-1A@users.noreply.github.com"
},
{
"name": "Pierre Henri Ginoux",
"url": "https://github.com/pginoux-1A",
"email": "pginoux-1A@users.noreply.github.com"
},
{
"name": "Mircea Vasile Rednic",
"url": "https://github.com/mrednic-1A",
"email": "mrednic-1A@users.noreply.github.com"
},
{
"name": "Stephane Dalle",
"url": "https://github.com/sdalle-1A",
"email": "sdalle-1A@users.noreply.github.com"
},
{
"name": "Nicolas Hoffmann",
"url": "https://github.com/nhoffmann-1A",
"email": "nhoffmann-1A@users.noreply.github.com"
},
{
"name": "Victor Scaiceanu",
"url": "https://github.com/vscaiceanu-1a",
"email": "vscaiceanu-1A@users.noreply.github.com"
},
{
"name": "Florian Paul",
"url": "https://github.com/fpaul-1A",
"email": "fpaul-1A@users.noreply.github.com"
},
{
"name": "Corinne Paulve",
"url": "https://github.com/cpaulve-1A",
"email": "cpaulve-1A@users.noreply.github.com"
},
{
"name": "Matthieu Crouzet",
"url": "https://github.com/matthieu-crouzet",
"email": "matthieu-crouzet@users.noreply.github.com"
},
{
"name": "Salome Do",
"url": "https://github.com/sdo-1A",
"email": "sdo-1A@users.noreply.github.com"
}
],
"bugs": "https://github.com/AmadeusITGroup/otter/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/AmadeusITGroup/otter.git"
},
"license": "BSD-3-Clause",
"homepage": "https://amadeusitgroup.github.io/otter/"
}