Skip to content

Commit

Permalink
refactor: update project to v18 and new best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaestro committed Nov 5, 2024
1 parent 619877d commit aaba620
Show file tree
Hide file tree
Showing 222 changed files with 11,090 additions and 17,649 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

177 changes: 0 additions & 177 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Compiled output
/dist
Expand Down
47 changes: 44 additions & 3 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# Bootstrap
src/app/styles/custom
src/app/styles/external
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Compiled output
/dist
/test-results
/tmp
/out-tsc
/bazel-out

# Node
/node_modules
npm-debug.log
yarn-error.log

# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
/playwright-report

# System files
.DS_Store
Thumbs.db
6 changes: 1 addition & 5 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recess-order",
"stylelint-config-prettier"
],
"extends": ["stylelint-config-standard-scss", "stylelint-config-recess-order"],
"customSyntax": "postcss-scss",
"plugins": ["stylelint-order"],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Postgres and GraphQL. Please check it out and also feel free to contribute or gi
- [x] Amazing reactive functionalities with [elf](https://github.com/ngneat/elf)
- [x] More logical directory structure
- [x] Following the [best practices](https://angular.io/guide/styleguide)!
- [x] Responsive layout with Bootstrap 5
- [x] Responsive layout with CSS Grid and Flexbox
- [x] Use of [NgOptimizedImage](https://angular.io/guide/image-directive)
- [x] SASS with BEM styles
- [x] Example tests for: Component, Service, Interceptor, Directive and Guard
Expand Down
Loading

0 comments on commit aaba620

Please sign in to comment.