@stordata/eslint-config
Version:
Shareable ESLint configuration for Stordata projects
41 lines (40 loc) • 965 B
JSON
{
"name": "@stordata/eslint-config",
"type": "module",
"version":"2.0.20260720001235",
"description": "Shareable ESLint configuration for Stordata projects",
"main": "eslint.config.js",
"scripts": {
"test": "npx eslint"
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab.stordata.fr:2200/stordata/eslint-config-stordata.git"
},
"keywords": [
"eslint",
"stordata",
"config"
],
"author": "La team d'en bas <teamdenbas@stordata.fr>",
"license": "UNLICENCED",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">= 24"
},
"dependencies": {
"@eslint/js": "9.39.4",
"@stylistic/eslint-plugin": "5.10.0",
"eslint": "9.39.4",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "18.2.2",
"eslint-plugin-no-only-tests": "3.4.0",
"globals": "17.7.0"
},
"peerDependencies": {
"eslint": ">= 9 < 10"
}
}