mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "eslint-config-scratch",
|
|
"version": "9.0.6",
|
|
"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.13",
|
|
"semantic-release": "19.0.5"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|