webhook/node_modules/eslint-plugin-eslint-comments/lib/configs/recommended.js
Joel Male 1ada95e04a
v2.0.0 (#12)
- Convert project to Javascript/Typescript
- Allow custom headers to be passed in (optional)
- Allow body to be optional
2020-08-26 10:52:47 +10:00

13 lines
423 B
JavaScript

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