UNPKG

@robotical/martyblocks

Version:
50 lines (49 loc) 1.24 kB
{ "name": "eslint-config-scratch", "version": "9.0.8", "description": "Shareable ESLint config for Scratch", "main": "index.js", "scripts": { "prepare": "husky install", "test": "eslint ." }, "eslintConfig": { "extends": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/scratchfoundation/eslint-config-scratch.git" }, "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/scratchfoundation/eslint-config-scratch/issues" }, "homepage": "https://github.com/scratchfoundation/eslint-config-scratch#readme", "keywords": [ "eslint", "eslintconfig", "scratch" ], "optionalDependencies": { "eslint-plugin-react": ">=7.27.0" }, "peerDependencies": { "@babel/eslint-parser": "^7.11.0", "eslint": "^8.0.0" }, "devDependencies": { "@babel/eslint-parser": "7.23.10", "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "eslint": "8.56.0", "husky": "8.0.3", "scratch-semantic-release-config": "1.0.14", "semantic-release": "19.0.5" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }