@byloth/eslint-config
Version:
A collection of some common sense linting rules for JavaScript projects. ✔
41 lines (40 loc) • 973 B
JSON
{
"name": "@byloth/eslint-config",
"version": "4.0.1",
"description": "A collection of some common sense linting rules for JavaScript projects. ✔",
"keywords": [
"ESLint",
"JavaScript",
"Linting",
"Rules",
"Configuration"
],
"homepage": "https://github.com/Byloth/eslint-config/tree/master/packages/eslint-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Byloth/eslint-config.git"
},
"bugs": {
"url": "https://github.com/Byloth/eslint-config/issues"
},
"author": {
"name": "Matteo Bilotta",
"email": "me@byloth.dev",
"url": "https://www.byloth.dev/"
},
"license": "Apache-2.0",
"type": "module",
"files": [
"plugins/byloth.mjs",
"index.mjs",
"index.d.ts"
],
"main": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.2.1",
"globals": "^17.5.0"
}
}