eslint-config-ali
Version:
ESLint Shareable Config for Alibaba F2E Guidelines
111 lines • 2.67 kB
JSON
{
"name": "eslint-config-ali",
"version": "16.6.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": "MPL-2.0",
"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.28.3",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.34.0",
"@stylistic/eslint-plugin": "^4.4.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^15.15.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.41.0"
},
"devDependencies": {
"@mdx-js/react": "^3.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^20.19.11",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@vitest/ui": "^3.2.4",
"eslint": "^9.34.0",
"eslint-config-ali": "^16.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-doc-ui": "^2.4.0",
"react-dom": "^18.3.1",
"rive": "^3.3.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"prettier-config-ali": "^1.5.0"
},
"peerDependencies": {
"eslint": "^9.0.0"
},
"rive": {
"template": "node",
"doc": {
"disabled": true
}
},
"engines": {
"node": ">=20.8.0"
},
"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"
}
}