@stencila/eslint-config
Version:
Shared ESLint configuration for Stencila projects
46 lines (45 loc) • 1.23 kB
JSON
{
"name": "@stencila/eslint-config",
"version": "3.0.4",
"description": "Shared ESLint configuration for Stencila projects",
"keywords": [
"Stencila",
"dev",
"ESLint",
"config"
],
"author": "Stencila <hello@stenci.la>",
"homepage": "https://github.com/stencila/dev-config/tree/master/packages/eslint-config#readme",
"license": "Apache-2.0",
"main": "eslint-config.js",
"files": [
"CHANGELOG.md",
"eslint-config-react.js",
"eslint-config-stencil.js",
"eslint-config.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stencila/dev-config.git"
},
"scripts": {},
"bugs": {
"url": "https://github.com/stencila/dev-config/issues"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.0.0",
"eslint": ">=7.0.0",
"eslint-config-prettier": ">=8.0.0",
"eslint-config-standard": ">=17.0.0-0",
"eslint-plugin-import": ">=2.0.0",
"eslint-plugin-node": ">=11.0.0",
"eslint-plugin-prettier": ">=4.0.0",
"eslint-plugin-promise": ">=5.0.0",
"prettier": ">=2.0.0",
"typescript": ">=4.0.0"
},
"gitHead": "b815f1ce50334f569eae9b924018e58b3f68547b"
}