Files
xyflow/tooling/eslint-config/package.json
github-actions[bot] ebffcb79a4 chore(packages): bump
2025-02-12 16:00:10 +00:00

16 lines
403 B
JSON

{
"name": "@xyflow/eslint-config",
"version": "0.0.1",
"private": true,
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@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"
}
}