You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
423 B

преди 4 години
  1. /** DON'T EDIT THIS FILE; was created by scripts. */
  2. "use strict"
  3. module.exports = {
  4. plugins: ["eslint-comments"],
  5. rules: {
  6. "eslint-comments/disable-enable-pair": "error",
  7. "eslint-comments/no-aggregating-enable": "error",
  8. "eslint-comments/no-duplicate-disable": "error",
  9. "eslint-comments/no-unlimited-disable": "error",
  10. "eslint-comments/no-unused-enable": "error",
  11. },
  12. }