mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-29 10:55:21 +01:00
9 lines
206 B
JavaScript
9 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",
|
|
},
|
|
};
|