@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
JSON
{
"name": "@cloud-ru/eslint-plugin-ssr-safe-react",
"version": "0.6.1",
"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.53.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": "b591d08f556ad0863a9777187bf51b443a6024d2"
}