Skip to content

Commit

Permalink
feat!: more ts, linting fixes, build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Sep 26, 2024
1 parent ffd8a28 commit f6f4ece
Show file tree
Hide file tree
Showing 49 changed files with 31,244 additions and 31,647 deletions.
10 changes: 10 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/** @type {import('aegir').PartialOptions} */
const options = {
lint: {
paths: [
'src',
'test'
]
},
}
export default options
5 changes: 0 additions & 5 deletions .eslintrc.js

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ build/
# Misc
.DS_Store
dist
.vscode
src/icons
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit f6f4ece

Please sign in to comment.