// npm 패키지
linthtml-config-htmlacademy
LintHTML Config for HTML Academy CODEGUIDE
주간
79
월간
655
버전
28
메인테이너
4
라이선스
MIT
최초 publish
2020-12-28
publisher
meritt
tarball
9,546 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-05-20
// offending code· @2.0.0· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @2.0.0··AUTO-PUBLISHED·publisher: merittheuristic 87/100static flags 1llm benign (0.85) via ollamanew-publisher:0drecent-owner-changemature-packagepublisher-multi-name-burst:3dormant-takeover:prev=nakleikoff@1.1.0public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "linthtml-config-htmlacademy", "version": "2.0.0", "description": "LintHTML Config for HTML Academy CODEGUIDE", "keywords": [ "codeguide", "config", "htmlacademy", "linter", "linthtml" ], "license": "MIT", "author": { "name": "HTML Academy", "email": "mail@htmlacademy.dev", "url": "https://htmlacademy.ru" }, "repository": { "type": "git", "url": "git+https://github.com/htmlacademy/linthtml-config-htmlacademy.git" }, "files": [ "linthtml.config.js" ], "type": "module", "exports": "./linthtml.config.js", "scripts": { "test": "npm run test:lint && npm run test:valid && npm run test:invalid", "test:lint": "eslint .", "test:valid": "linthtml \"test/valid/**/*.html\" --config linthtml.config.js", "test:invalid": "node --test \"test/invalid/**/*.test.js\"" }, "dependencies": { "linthtml-rules-htmlacademy": "^2.0.0" }, "devDependencies": { "@linthtml/linthtml": "^0.10.2", "eslint": "^10.4.0", "eslint-config-htmlacademy": "^11.0.0", "globals": "^17.6.0" }, "peerDependencies": { "@linthtml/linthtml": ">=0.10.0" }, "engines": { "node": ">=24" } } --- package.json (entry) --- { "name": "linthtml-config-htmlacademy", "version": "2.0.0", "description": "LintHTML Config for HTML Academy CODEGUIDE", "keywords": [ "codeguide", "config", "htmlacademy", "linter", "linthtml" ], "license": "MIT", "author": { "name": "HTML Academy", "email": "mail@htmlacademy.dev", "url": "https://htmlacademy.ru" }, "repository": { "type": "git", "url": "git+https://github.com/htmlacademy/linthtml-config-htmlacademy.git" }, "files": [ "linthtml.config.js" ], "type": "module", "exports": "./linthtml.config.js", "scripts": { "test": "npm run test:lint && npm run test:valid && npm run test:invalid", "test:lint": "eslint .", "test:valid": "linthtml \"test/valid/**/*.html\" --config linthtml.config.js", "test:invalid": "node --test \"test/invalid/**/*.test.js\"" }, "dependencies": { "linthtml-rules-htmlacademy": "^2.0.0" }, "devDependencies": { "@linthtml/linthtml": "^0.10.2", "eslint": "^10.4.0", "eslint-config-htmlacademy": "^11.0.0", "globals": "^17.6.0" }, "peerDependencies": { "@linthtml/linthtml": ">=0.10.0" }, "engines": { "node": ">=24" } }
