@herp-inc/eslint-config-node
Version:
ESLint shareable config for Node.js environments
35 lines (34 loc) • 730 B
JSON
{
"name": "@herp-inc/eslint-config-node",
"version": "202412.1.0",
"description": "ESLint shareable config for Node.js environments",
"main": "index.js",
"exports": {
".": {
"require": "./index.js"
},
"./flat": {
"import": "./flat.mjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/herp-inc/eslint-config"
},
"keywords": [
"eslint",
"eslintconfig",
"node",
"nodejs"
],
"author": "HERP, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/herp-inc/eslint-config/issues"
},
"homepage": "https://github.com/herp-inc/eslint-config",
"peerDependencies": {
"eslint": "8 || 9",
"eslint-plugin-n": "^17.10.0"
}
}