UNPKG

eslint-config-mt

Version:
96 lines (95 loc) 2.45 kB
{ "name": "eslint-config-mt", "version": "0.0.2", "description": "ESLint config", "main": "index.js", "config": { "airbnb": "eslint-config-airbnb@18.2.0" }, "scripts": { "sync": "npm install --save $npm_package_config_airbnb && npx install-peerdeps --dev --only-peers $npm_package_config_airbnb", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue .; exit 0", "test": "jest", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "repository": { "type": "git", "url": "https://github.com/git-lt/eslint-config-mt.git" }, "keywords": [ "eslint", "eslintconfig", "config", "zhongan", "airbnb", "javascript", "typescript", "styleguide" ], "author": "Liu Tao", "license": "MIT", "homepage": "https://github.com/git-lt/eslint-config-mt.git", "dependencies": { "eslint-config-airbnb": "^18.2.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "babel-eslint": "^10.0.1", "conventional-changelog-cli": "^2.0.25", "eslint": "^7.2.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.0.0", "eslint-plugin-vue": "^6.2.2", "jest": "^26.1.0", "jest-runner-eslint": "^0.10.0", "typescript": "^4.0.2" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^4.9.0", "@typescript-eslint/parser": "^4.9.0", "babel-eslint": "^10.0.1", "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0", "eslint-plugin-vue": "^6.2.2", "typescript": "^4.0.2" }, "engines": { "node": ">= 8" }, "jest": { "projects": [ { "displayName": "snapshot", "testMatch": [ "<rootDir>/test/**/snapshot.test.js" ] }, { "runner": "jest-runner-eslint", "displayName": "lint", "testMatch": [ "<rootDir>/test/**/rules/*" ] } ] }, "jest-runner-eslint": { "cliOptions": { "ext": [ ".js", ".jsx", ".ts", ".tsx", ".vue" ] } } }