UNPKG

@cloud-ru/eslint-plugin-ssr-safe-react

Version:

eslint plugin for validating react code so that it would be suitable for SSR

38 lines (37 loc) 957 B
{ "name": "@cloud-ru/eslint-plugin-ssr-safe-react", "version": "0.3.0", "description": "eslint plugin for validating react code so that it would be suitable for SSR", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "react", "ssr" ], "publishConfig": { "access": "public" }, "author": "Anna Kozlova <fyz95@mail.ru>", "license": "Apache-2.0", "type": "module", "main": "src/index.js", "files": [ "src", "./CHANGELOG.md", "LICENSE" ], "devDependencies": { "@typescript-eslint/rule-tester": "8.18.1" }, "peerDependencies": { "eslint": ">= 9.0.0" }, "homepage": "https://github.com/cloud-ru-tech/frontend-toolspackages/eslint-plugin-ssr-safe-react", "repository": { "type": "git", "url": "https://github.com/cloud-ru-tech/frontend-tools.git", "directory": "packages/eslint-plugin-ssr-safe-react" }, "gitHead": "c6ffb1be7bf0d055467e34bdd569cdfec42b0770" }