@lobehub/lint
Version:
<a name="readme-top"></a><div align="center">
95 lines (94 loc) • 3.44 kB
JSON
{
"name": "@lobehub/lint",
"version": "1.26.2",
"homepage": "https://github.com/lobehub/lobe-lint",
"bugs": {
"url": "https://github.com/lobehub/lobe-lint/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-lint.git"
},
"license": "MIT",
"author": "canisminor1990 <i@canisminor.cc>",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"overrides": {
"mdast-util-gfm": "3.0.0"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@umijs/babel-preset-umi": "^4.4.4",
"@umijs/lint": "^4.4.4",
"commitlint-config-gitmoji": "^2.3.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"gatsby-remark-find-replace": "^0.3.0",
"mdast-util-gfm": "3.0.0",
"postcss-less": "^6.0.0",
"postcss-styled-syntax": "^0.7.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.1.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-lint": "^10.0.0",
"remark-lint-checkbox-content-indent": "^5.0.0",
"remark-lint-frontmatter-schema": "^3.15.4",
"remark-lint-heading-whitespace": "^1.0.0",
"remark-lint-linebreak-style": "^4.0.0",
"remark-lint-list-item-indent": "^4.0.0",
"remark-lint-list-item-spacing": "^5.0.0",
"remark-lint-no-duplicate-headings-in-section": "^4.0.0",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-empty-url": "^4.0.0",
"remark-lint-no-file-name-irregular-characters": "^3.0.0",
"remark-lint-no-heading-indent": "^5.0.0",
"remark-lint-no-heading-like-paragraph": "^4.0.0",
"remark-lint-no-paragraph-content-indent": "^5.0.0",
"remark-lint-no-reference-like-url": "^4.0.0",
"remark-lint-no-shell-dollars": "^4.0.0",
"remark-lint-no-tabs": "^4.0.0",
"remark-lint-no-unneeded-full-reference-image": "^4.0.0",
"remark-lint-no-unneeded-full-reference-link": "^4.0.0",
"remark-lint-ordered-list-marker-value": "^4.0.0",
"remark-lint-write-good": "^1.2.0",
"remark-pangu": "^2.2.0",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"remark-remove-unused-definitions": "^2.0.0",
"remark-sort-definitions": "^2.0.0",
"remark-textr": "^6.1.0",
"remark-toc": "^9.0.0",
"semantic-release-config-gitmoji": "^1.5.3",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-less": "^3.0.1",
"stylelint-order": "^6.0.4",
"stylelint-use-logical-spec": "^5.0.1",
"unist-util-visit": "^5.0.0"
},
"pnpm": {
"overrides": {
"mdast-util-gfm": "3.0.0"
}
}
}