Merge branch 'main' of https://github.com/garronej/ts_ci into main

This commit is contained in:
garronej 2021-05-21 08:59:55 +02:00
commit 35902bc462

View file

@ -7,10 +7,10 @@ module.exports = {
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"prettier",
],
"rules": {
"no-extra-boolean-cast": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
},
};
};