Files
xyflow/tooling/eslint-config/package.json
2025-02-11 13:59:17 +01:00

17 lines
445 B
JSON

{
"name": "@xyflow/eslint-config",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@stylistic/eslint-plugin": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-turbo": "^2.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.37.4"
}
}