@madebywild/eslint-config-base
Version:
wild's ESLint JS project config
37 lines (36 loc) • 937 B
JSON
{
"name": "@madebywild/eslint-config-base",
"version": "0.8.0",
"description": "wild's ESLint JS project config",
"homepage": "https://github.com/madebywild/eslint-config",
"author": "WILD <weare@wild.as> (https://wild.as)",
"license": "MIT",
"bugs": {
"url": "https://github.com/madebywild/eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madebywild/eslint-config.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"wild",
"madebywild"
],
"main": "index.js",
"peerDependencies": {
"@babel/core": "^7.19.1",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0"
},
"gitHead": "cf73583941bafc6296acb7123be1fe98a693d197"
}