{"_id":"@alauda/eslint-plugin","_rev":"10-a02a9d289300528dedf3bd2bccfd16bf","name":"@alauda/eslint-plugin","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@alauda/eslint-plugin","version":"0.0.1","keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"gdzang"},"license":"ISC","_id":"@alauda/eslint-plugin@0.0.1","maintainers":[{"name":"ancientrs","email":"ancientrs@outlook.com"},{"name":"tzfeng","email":"tzfeng@alauda.io"},{"name":"zhangmq","email":"undeadpark@gmail.com"},{"name":"edisonqtx","email":"suzhenggangfs@gmail.com"},{"name":"jounqin","email":"admin@1stg.me"},{"name":"frozenwings","email":"pku.liudong@gmail.com"},{"name":"chaos1ee","email":"hao.li@funplus.com"},{"name":"alaudafrontend","email":"frontend@alauda.io"},{"name":"shuxun.yin","email":"shuxun.yin@gmail.com"},{"name":"zangguodong","email":"237974119@qq.com"},{"name":"zchange","email":"541226467@qq.com"}],"dist":{"shasum":"37b39950e31a9ef1b1da24f7c03fbd1c8f126523","tarball":"https://registry.npmjs.org/@alauda/eslint-plugin/-/eslint-plugin-0.0.1.tgz","fileCount":10,"integrity":"sha512-hGJQeqPno52ZimlZocbDegCwhfXeUrZH8S3hppyZyrZBJCgoXPxURedA8BvwdBC9xvxyOHEndFR0a+sA3cA4xw==","signatures":[{"sig":"MEYCIQCYdMmIpRAzEozuB8tcJre3eBcBm5PZokHNJgqRP46Q7AIhAL5qhpGG6W4cn8mI9ky1K1RnoLSIgDvJDUZV+xijYpMT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4680},"main":"./lib/index.js","engines":{"node":"^14.17.0 || ^16.0.0 || >= 18.0.0"},"exports":"./lib/index.js","scripts":{"lint":"npm-run-all \"lint:*\"","test":"mocha tests --recursive","lint:js":"eslint .","lint:eslint-docs":"npm-run-all \"update:eslint-docs -- --check\"","update:eslint-docs":"eslint-doc-generator"},"_npmUser":{"name":"zangguodong","email":"237974119@qq.com"},"description":"Alauda custom plugins","directories":{},"dependencies":{"requireindex":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"^10.0.0","eslint":"^8.19.0","@babel/core":"^7.22.6","npm-run-all":"^4.1.5","@babel/preset-env":"^7.22.6","eslint-plugin-node":"^11.1.0","@babel/eslint-parser":"^7.22.6","eslint-doc-generator":"^1.0.0","eslint-plugin-eslint-plugin":"^5.0.0"},"peerDependencies":{"eslint":">=7"},"_npmOperationalInternal":{"tmp":"tmp/eslint-plugin_0.0.1_1688618321033_0.5311561754442999","host":"s3://npm-registry-packages"}}},"time":{"created":"2023-07-06T04:38:40.957Z","modified":"2026-08-12T04:04:11.805Z","0.0.1":"2023-07-06T04:38:41.258Z"},"author":{"name":"gdzang"},"license":"ISC","keywords":["eslint","eslintplugin","eslint-plugin"],"description":"Alauda custom plugins","maintainers":[{"email":"tzfeng@alauda.io","name":"tzfeng"},{"email":"suzhenggangfs@gmail.com","name":"edisonqtx"},{"email":"admin@1stg.me","name":"jounqin"},{"email":"pku.liudong@gmail.com","name":"frozenwings"},{"email":"frontend@alauda.io","name":"alaudafrontend"},{"email":"shuxun.yin@gmail.com","name":"shuxun.yin"},{"email":"237974119@qq.com","name":"zangguodong"},{"email":"541226467@qq.com","name":"zchange"},{"email":"javascirpts@163.com","name":"kkxiao"},{"email":"1810849666@qq.com","name":"yangxiaolang"},{"email":"weili@alauda.io","name":"zer0ns"},{"email":"li_you_zhi@163.com","name":"li.youzhi"}],"readme":"# eslint-plugin-params-in-fetcher\n\nUse all params to avoid missing injection param,e.g,continueToken,limit\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-params-in-fetcher`:\n\n```sh\nnpm install eslint-plugin-params-in-fetcher --save-dev\n```\n\n## Usage\n\nAdd `params-in-fetcher` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"params-in-fetcher\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"params-in-fetcher/rule-name\": 2\n    }\n}\n```\n\n## Rules\n\n<!-- begin auto-generated rules list -->\nTODO: Run eslint-doc-generator to generate the rules list.\n<!-- end auto-generated rules list -->\n\n\n","readmeFilename":"README.md"}