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