@clark/eslint-config-browser
Version:
CLARK's eslint-config for browsers
36 lines (35 loc) • 915 B
JSON
{
"name": "@clark/eslint-config-browser",
"version": "2.2.0",
"description": "CLARK's eslint-config for browsers",
"keywords": [
"eslint",
"eslint-config",
"browser",
"frontend"
],
"author": "Jan Buschtöns <jan.buschtoens@clark.de>",
"homepage": "https://github.com/ClarkSource/eslint-config/tree/main/packages/eslint-config-browser",
"license": "ISC",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClarkSource/eslint-config.git"
},
"bugs": {
"url": "https://github.com/ClarkSource/eslint-config/issues"
},
"scripts": {
"test": "printf '' | yarn eslint -c ./index.js --stdin"
},
"dependencies": {
"@clark/eslint-config": "^2.2.0"
},
"engines": {
"node": "^10.0 || ^12.0 || ^13.0 || >=14.0"
},
"gitHead": "4f503ae5bb64763e50638528c5ec92b5ff0c194e"
}