UNPKG

eslint-config-ali

Version:

ESLint Shareable Config for Alibaba F2E Guidelines

108 lines 2.62 kB
{ "name": "eslint-config-ali", "version": "16.3.0", "description": "ESLint Shareable Config for Alibaba F2E Guidelines", "keywords": [ "eslint", "eslintconfig", "f2elint", "Alibaba F2E Guidelines" ], "homepage": "https://github.com/alibaba/f2e-spec", "bugs": { "url": "https://github.com/alibaba/f2e-spec/issues" }, "repository": { "type": "git", "url": "https://github.com/alibaba/f2e-spec" }, "funding": "https://github.com/sponsors/alibaba", "license": "MIT", "author": { "name": "Sabo", "email": "bowei.jbw@gmail.com" }, "contributors": [ { "name": "Guo Yunhe", "email": "i@guoyunhe.me", "url": "https://guoyunhe.me/" }, { "name": "Jeason", "email": "me@jeasonstudio.cn" }, { "name": "lakerswgq", "email": "lakerswgq@gmail.com" }, { "name": "cstyles", "email": "cstyles@qq.com" } ], "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "CHANGELOG.md", "LICENSE", "README.md" ], "prettier": "prettier-config-ali", "dependencies": { "@babel/core": "^7.26.0", "@babel/eslint-parser": "^7.25.9", "@babel/plugin-proposal-decorators": "^7.27.1", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@eslint/compat": "^1.2.4", "@eslint/js": "^9.17.0", "@stylistic/eslint-plugin": "^4.2.0", "eslint-plugin-react": "^7.37.3", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^15.14.0", "typescript": "^5.7.3", "typescript-eslint": "^8.19.0" }, "devDependencies": { "@mdx-js/react": "^3.1.0", "@types/eslint": "^9.6.1", "@types/node": "^20.17.31", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@vitest/ui": "^3.1.2", "eslint": "^9.25.1", "eslint-config-ali": "^16.1.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "prettier": "^3.5.3", "react": "^18.3.1", "react-doc-ui": "^2.3.3", "react-dom": "^18.3.1", "rive": "^3.1.2", "typescript": "^5.8.3", "vitest": "^3.1.2", "prettier-config-ali": "^1.3.4" }, "peerDependencies": { "eslint": "^9.0.0" }, "rive": { "template": "node", "doc": { "disabled": true } }, "scripts": { "build": "rive build", "build:watch": "rive build --watch", "lint": "eslint .", "lint:fix": "prettier --write . && eslint --fix .", "start": "rive start", "test": "vitest run", "test:ui": "vitest --ui", "test:watch": "vitest" } }