UNPKG

eslint-config-mitodl

Version:

JavaScript style rules for MITODL

47 lines 1.18 kB
{ "name": "eslint-config-mitodl", "version": "2.1.0", "description": "JavaScript style rules for MITODL", "main": "index.js", "keywords": [ "eslint", "mitodl", "mit" ], "scripts": { "test": "eslint --report-unused-disable-directives ./tests" }, "author": "Alice Pote", "license": "ISC", "dependencies": { "@babel/eslint-parser": "^7.11.0", "@typescript-eslint/parser": "^7.0.1", "eslint-config-google": "^0.14.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.0.1", "eslint": "^8.56.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-mocha": "^10.4.3", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6", "jest": "^29.2.1", "typescript": "^5.3.3" }, "peerDependencies": { "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-mocha": "10.x", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6" }, "peerDependenciesMeta": { "eslint-plugin-flowtype": { "optional": true }, "eslint-plugin-mocha": { "optional": true } }, "packageManager": "yarn@3.8.3" }