mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 06:25:11 +01:00
27 lines
809 B
JSON
27 lines
809 B
JSON
{
|
|
"name": "@trezor/eslint",
|
|
"version": "1.0.0",
|
|
"license": "See LICENSE.md in repo root",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-chai-friendly": "^1.1.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jest": "^29.12.1",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-local-rules": "^3.0.2",
|
|
"eslint-plugin-playwright": "^2.2.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"globals": "^17.2.0",
|
|
"typescript-eslint": "^8.54.0"
|
|
}
|
|
}
|