To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
module.exports = { "extends": "airbnb-base", "plugins": [ "import" ], "env": { "browser": true, }, "rules": { "no-console": 0, "class-methods-use-this": 0, "prefer-destructuring": 1, "no-underscore-dangle": 0, } };