eslint-plugin-budapestian
Version:
enforce budapestian style rules
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "eslint-plugin-budapestian",
"version": "7.0.1",
"description": "enforce budapestian style rules",
"type": "module",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"budapestian"
],
"main": "lib/index.js",
"author": "Sander Verweij (https://sverweij.github.io/)",
"bugs": {
"url": "https://github.com/sverweij/eslint-plugin-budapestian/issues"
},
"homepage": "https://github.com/sverweij/eslint-plugin-budapestian",
"repository": {
"type": "git",
"url": "git+https://github.com/sverweij/eslint-plugin-budapestian.git"
},
"dependencies": {
"camelcase": "^8.0.0",
"decamelize": "^6.0.0"
},
"imports": {
"#*": "./lib/*"
},
"peerDependencies": {
"eslint": ">=8"
},
"files": [
"lib",
"!lib/package.json",
"package.json",
"README.md",
"LICENSE"
],
"engines": {
"node": "^18||>=20"
},
"license": "MIT",
"scripts": {
"test": "echo for test, build and static analysis scripts: see the github repository"
}
}