UNPKG

eslint-config-techchange

Version:

TechChange's default ESLint configurations for ES2015 and React.

39 lines (38 loc) 857 B
{ "name": "eslint-config-techchange", "version": "4.3.0", "description": "TechChange's default ESLint configurations for ES2015 and React.", "main": "index.js", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/techchange/eslint-config.git" }, "keywords": [ "eslint", "es2022", "es13", "eslintconfig", "javascript", "react" ], "author": { "name": "Will Chester", "email": "will@techchange.org", "url": "https://techchange.org" }, "license": "MIT", "bugs": { "url": "https://github.com/techchange/eslint-config/issues" }, "homepage": "https://github.com/techchange/eslint-config#readme", "peerDependencies": { "eslint": "^8.19.0" }, "dependencies": { "eslint-plugin-import": "^2.27.5" } }