UNPKG

eslint-plugin-quibble

Version:

ESLint plugin with stylistic code formatting rules that are often nitpicked in code review by quibbly developers.

44 lines 1.19 kB
{ "name": "eslint-plugin-quibble", "type": "module", "version": "1.0.2", "description": "ESLint plugin with stylistic code formatting rules that are often nitpicked in code review by quibbly developers.", "author": "Kamil Pula <kamil.pula.dev@gmail.com> (https://www.kamilpula.com/)", "license": "MIT", "homepage": "https://github.com/kamilpula/eslint-plugin-quibble", "repository": { "type": "git", "url": "https://github.com/kamilpula/eslint-plugin-quibble" }, "bugs": "https://github.com/kamilpula/eslint-plugin-quibble/issues", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "code-formatting", "rules" ], "main": "lib/index.js", "files": [ "lib" ], "engines": { "node": ">=20" }, "peerDependencies": { "eslint": "^9.0.0" }, "devDependencies": { "@antfu/eslint-config": "2.23.2", "@changesets/cli": "^2.27.7", "@types/node": "^22.2.0", "@typescript-eslint/utils": "^8.1.0", "eslint": "^9.0.0", "mocha": "^10.2.0", "vue-eslint-parser": "^9.4.2" }, "scripts": { "test": "mocha \"tests/lib/**/*.js\"", "release": "pnpm run test && changeset publish" } }