eslint-config-client-shiwaforce
Version:
Shareable client side config for eslint by ShiwaForce
51 lines (50 loc) • 1.23 kB
JSON
{
"author": {
"name": "ShiwaForce",
"email": "hello@shiwaforce.com"
},
"bugs": {
"url": "https://github.com/shiwaforce/eslint-config-client-shiwaforce/issues"
},
"description": "Shareable client side config for eslint by ShiwaForce",
"dependencies": {
"extend": "^3.0.0"
},
"devDependencies": {
"eslint-config-server-shiwaforce": "^1.0.1"
},
"peerDependencies": {
"eslint": "^8.17.0"
},
"homepage": "https://github.com/shiwaforce/eslint-config-client-shiwaforce#readme",
"keywords": [
"eslint",
"eslint-config",
"eslint-config-client",
"eslint-config-browser",
"eslint-config-client-shiwaforce",
"browser",
"client",
"shiwaforce"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "shiwaforce",
"email": "operations@shiwaforce.com"
}
],
"name": "eslint-config-client-shiwaforce",
"repository": {
"type": "git",
"url": "git+https://github.com/shiwaforce/eslint-config-client-shiwaforce.git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js rules/*.js .eslintrc.js --ignore-pattern !.eslintrc.js"
},
"version": "1.1.12",
"volta": {
"node": "20.17.0"
}
}