eslint-config-paazmaya
Version:
Shared ESLint configuration between my projects since it is possible
41 lines (40 loc) • 906 B
JSON
{
"name": "eslint-config-paazmaya",
"version": "9.0.1",
"description": "Shared ESLint configuration between my projects since it is possible",
"main": "index.js",
"type": "module",
"scripts": {
"test": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paazmaya/eslint-config-paazmaya.git"
},
"author": "Juga Paazmaya <paazmaya@yahoo.com> (https://paazmaya.fi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/paazmaya/eslint-config-paazmaya/issues"
},
"homepage": "https://github.com/paazmaya/eslint-config-paazmaya#readme",
"keywords": [
"eslint",
"shared",
"configuration"
],
"files": [
"index.js",
"LICENSE",
"package.json",
"README.md"
],
"engines": {
"node": ">=18.12.0"
},
"devDependencies": {
"eslint": "8.28.0"
},
"dependencies": {
"globals": "13.18.0"
}
}