UNPKG

eslint-config-server-shiwaforce

Version:
46 lines (45 loc) 1.07 kB
{ "type": "module", "author": { "name": "ShiwaForce", "email": "hello@shiwaforce.com" }, "bugs": { "url": "https://github.com/shiwaforce/eslint-config-server-shiwaforce/issues" }, "description": "Shareable server side config for eslint by ShiwaForce", "homepage": "https://github.com/shiwaforce/eslint-config-server-shiwaforce#readme", "keywords": [ "eslint", "eslint-config", "eslint-config-server", "eslint-config-server-shiwaforce", "server", "node", "nodejs", "shiwaforce" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "shiwaforce", "email": "operations@shiwaforce.com" } ], "name": "eslint-config-server-shiwaforce", "repository": { "type": "git", "url": "git+https://github.com/shiwaforce/eslint-config-server-shiwaforce.git" }, "scripts": { "lint": "./node_modules/.bin/eslint index.js rules/*.js" }, "version": "2.0.1", "peerDependencies": { "eslint": "^9.1.1" }, "dependencies": { "globals": "^15.1.0" } }