feat: update tests

feat: update tests

feat: update tests
This commit is contained in:
2023-05-30 16:12:00 +02:00
parent d6d4f6e5c4
commit 0d60b8bfad
87 changed files with 1021 additions and 823 deletions

View File

@@ -1,4 +1,7 @@
module.exports = {
// @ts-check
/** @type {import('eslint').Linter.Config} */
const config = {
root: true,
ignorePatterns: ['projects/**/*'],
parserOptions: {
@@ -93,3 +96,5 @@ module.exports = {
},
],
};
module.exports = config