Skip to content

Commit

Permalink
refact: migrate to the @igo2/sdg library (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn authored Jun 5, 2024
1 parent f2d5741 commit 9fb7d86
Show file tree
Hide file tree
Showing 153 changed files with 3,408 additions and 7,899 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"root": true,
"plugins": ["unused-imports"],
"ignorePatterns": [
"!**/*"
],
"overrides": [
{
"files": ["*.ts"],
Expand All @@ -23,7 +26,10 @@
],
"unused-imports/no-unused-imports": "error",
"no-multi-spaces": "error",
"eqeqeq": ["error", "always"],
"eqeqeq": [
"error",
"smart"
],
"semi": ["error", "always"],
"no-trailing-spaces": "error",
"no-multiple-empty-lines": "error",
Expand Down
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# bundled locale for the demo
/src/locale/libs_locale

# compiled output
/dist
/tmp
Expand Down Expand Up @@ -39,6 +36,3 @@ testem.log
#System Files
.DS_Store
Thumbs.db

#Compodoc
/documentation
5 changes: 0 additions & 5 deletions .release.json

This file was deleted.

40 changes: 0 additions & 40 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 9fb7d86

Please sign in to comment.