UNPKG

@wezom/eslint-config-ts-react

Version:
47 lines (46 loc) 1.4 kB
{ "name": "@wezom/eslint-config-ts-react", "version": "12.0.1", "description": "ESLint shareable config for React + TypeScript", "main": ".eslintrc.json", "files": [ ".eslintrc.json" ], "scripts": { "auto-doc-rules": "node ../../utils/autoDocRules.js && prettier ./RULES.md --write", "test": "jest --passWithNoTests", "test:autofix": "eslint \"./tests/fixtures/*.valid.ts?(x)\" --config .eslintrc.dev.js --fix && jest", "check-valid": "eslint \"./tests/fixtures/*.valid.ts?(x)\" --config .eslintrc.dev.js", "check-invalid": "eslint \"./tests/fixtures/*.invalid.tsx\" --config .eslintrc.dev.js" }, "license": "BSD-3-Clause", "author": { "name": "Oleg Dutchenko", "email": "dutchenko.o.dev@gmail.com" }, "keywords": [ "@wezom", "code-style", "eslint", "eslintconfig", "react", "ts", "typescript" ], "repository": { "type": "git", "url": "git+https://github.com/WezomCompany/code-style.git" }, "bugs": { "url": "https://github.com/WezomCompany/code-style/issues" }, "homepage": "https://github.com/WezomCompany/code-style/tree/main/packages/eslint-config-ts-react#readme", "publishConfig": { "access": "public" }, "dependencies": { "@wezom/eslint-config-react": "^12.0.0", "@wezom/eslint-config-ts": "^12.0.1" }, "gitHead": "329db8eb1429137b2a31c8212a0ea6378d45ae2a" }