UNPKG

eslint-config-stax

Version:
46 lines (45 loc) 1.21 kB
{ "name": "eslint-config-stax", "version": "0.2.0", "description": "Stax eslint config", "author": { "name": "Philip Johnston", "email": "tunderadev@gmail.com", "url": "https://github.com/tundera" }, "repository": { "type": "git", "url": "https://github.com/tundera/stax.git", "directory": "packages/eslint-config" }, "license": "MIT", "scripts": { "test": "echo \"No tests\"" }, "files": [ "index.js" ], "keywords": [ "eslint", "eslint-react-app", "stax" ], "dependencies": { "@babel/eslint-parser": "^7.13.14", "@typescript-eslint/eslint-plugin": "4.22.0", "@typescript-eslint/parser": "4.22.0", "eslint-config-prettier": "8.2.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-flowtype": "5.7.2", "eslint-plugin-import": "~2.22.1", "eslint-plugin-jest": "24.3.5", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-mdx": "1.12.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.23.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-unicorn": "30.0.0" } }