mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
rules: {
|
|
"standard/array-bracket-even-spacing": "off",
|
|
"standard/computed-property-even-spacing": "off",
|
|
"standard/object-curly-even-spacing": "off",
|
|
},
|
|
};
|