We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b53c5a commit 4fb095bCopy full SHA for 4fb095b
docs/.vuepress/.eslintrc.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- rules: {
3
- "require-jsdoc": "off",
4
- },
+ rules: {
+ "require-jsdoc": "off",
+ },
5
}
docs/.vuepress/components/rules/index.js
@@ -1,3 +1,4 @@
+/* eslint node/no-missing-import: 0 */
// eslint-disable-next-line eslint-comments/disable-enable-pair -- DEMO
/* eslint-disable node/no-unsupported-features/es-syntax -- DEMO */
import { Linter } from "eslint/lib/linter"
docs/.vuepress/config.js
+/* eslint node/no-missing-require: 0 */
const path = require("path")
const { rules } = require("../../lib/utils/rules")
0 commit comments