This commit is contained in:
Emile Nijssen 2021-05-23 17:05:24 +02:00
parent d8c4598511
commit a6da5cc684
5 changed files with 33 additions and 3 deletions

View file

@ -1,5 +1,8 @@
{
"extends": "athom",
"ignorePatterns": [
"**/vendor/*.js"
],
"rules": {
"consistent-return": "off",
"no-shadow": "off"