- Linting: As per latest ash-nazg

- Docs: Add feature and PR templates
- npm: Update devDeps.
This commit is contained in:
Brett Zamir
2020-06-20 15:55:23 +08:00
parent b7e11f1bf8
commit ce2a8fb1e8
23 changed files with 3042 additions and 1108 deletions

View File

@@ -380,6 +380,9 @@ module.exports = {
preventDuplicates: true
}
}
}]
}],
// Disable for now
'eslint-comments/require-description': 0
}
};