Skip to content

Commit d0b17e1

Browse files
committed
chore: improve types and small other fixes
1 parent ba98c55 commit d0b17e1

34 files changed

+17565
-9758
lines changed

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
root: true,
3+
extends: ['@hokify'],
4+
parserOptions: {
5+
project: ['./ts-cache/tsconfig.json', './storages/*/tsconfig.json']
6+
}
7+
};

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"printWidth": 100,
3+
"singleQuote": true,
4+
"useTabs": true,
5+
"trailingComma": "none",
6+
"arrowParens": "avoid"
7+
}

0 commit comments

Comments
 (0)