UNPKG

@tongtian/eslint-config-preset

Version:
65 lines (64 loc) 1.53 kB
{ "name": "@tongtian/eslint-config-preset", "version": "1.1.9", "description": "eslint 通用配置", "keywords": [ "airbnb", "config", "eslint", "es2015", "es2016", "es2017", "es2018", "es2019", "es2020", "es2021", "eslintconfig", "javascript", "typescript", "prettier", "jest", "@typescript-eslint", "react", "react-hooks" ], "author": "noshower", "license": "MIT", "main": "lib/eslint-config-preset.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/noshower/frontend-presets.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/noshower/frontend-presets/issues" }, "homepage": "https://github.com/noshower/frontend-presets#readme", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", "eslint": "^7.25.0", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^27.0.4" }, "gitHead": "b5981888ad0250662924a71ff14cb811ac3d2f6b" }