mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-25 17:06:52 +01:00
11 lines
143 B
JavaScript
11 lines
143 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = {
|
||
|
rules: {
|
||
|
"babel/quotes": 0,
|
||
|
|
||
|
"babel/object-curly-spacing": "off",
|
||
|
"babel/semi": "off",
|
||
|
},
|
||
|
};
|