我正在處理包裝ESLint輸出的項目,並且想要訪問每個警告的詳細markdown文檔的內容。這些文件位於docs/rules的ESLint存儲庫中。如何訪問節點模塊文檔 - eslint
但是,它看起來像打包模塊中的文檔目錄might not get included,因此安裝後可能無法從標準產品訪問這些文檔。
故宮的package.json文檔也使它看起來像文檔可能不是通常可用:
directories.doc
Put markdown files in here. Eventually, these will be displayed
nicely, maybe, someday.
我是新來與節點程序工作,所以可能會丟失一些東西明顯。感謝您的任何想法!
我不明白你的使用情況完全但爲什麼nt你鏈接到每個規則的文檔的Web頁面?例如:http://eslint.org/docs/rules/comma-dangle – Gyandeep