mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
14 lines
423 B
JavaScript
14 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",
|
|
},
|
|
}
|