SourceTermAnalysisSystem_vue/node_modules/@eslint-community/eslint-plugin-eslint-comments/lib/configs/recommended.js
2026-05-15 10:22:44 +08:00

14 lines
531 B
JavaScript

/** DON'T EDIT THIS FILE; was created by scripts. */
"use strict"
module.exports = {
plugins: ["@eslint-community/eslint-comments"],
rules: {
"@eslint-community/eslint-comments/disable-enable-pair": "error",
"@eslint-community/eslint-comments/no-aggregating-enable": "error",
"@eslint-community/eslint-comments/no-duplicate-disable": "error",
"@eslint-community/eslint-comments/no-unlimited-disable": "error",
"@eslint-community/eslint-comments/no-unused-enable": "error",
},
}