-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
2,770 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"root": true, | ||
"ignorePatterns": [ | ||
"projects/**/*" | ||
], | ||
"overrides": [ | ||
{ | ||
"files": [ | ||
"*.ts" | ||
], | ||
"parserOptions": { | ||
"project": [ | ||
"tsconfig.json" | ||
], | ||
"createDefaultProgram": true | ||
}, | ||
"extends": [ | ||
"plugin:@angular-eslint/recommended", | ||
"plugin:@angular-eslint/template/process-inline-templates" | ||
], | ||
"rules": { | ||
"@angular-eslint/directive-selector": [ | ||
"error", | ||
{ | ||
"type": "attribute", | ||
"prefix": "app", | ||
"style": "camelCase" | ||
} | ||
], | ||
"@angular-eslint/component-selector": [ | ||
"error", | ||
{ | ||
"type": "element", | ||
"prefix": "app", | ||
"style": "kebab-case" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"files": [ | ||
"*.html" | ||
], | ||
"extends": [ | ||
"plugin:@angular-eslint/template/recommended" | ||
], | ||
"rules": {} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* PROJECT */ | ||
|
||
Site Name: Fisiniús | ||
Site URL: https://fisinius.netlify.app/ | ||
Created: 2021/12/02 | ||
Standards: HTML5, CSS3, JavaScript | ||
Components: Angular | ||
Software: Netlify | ||
Web Design: Sebastian Vargas | ||
|
||
/* AUTHOR */ | ||
|
||
Name: Sebastian Vargas | ||
Nickname: tcotd | ||
Title: Front-end developer, UI Designer | ||
Location: Lima, Peru | ||
Site: https://github.com/sebas-tcotd | ||
Contact: https://www.linkedin.com/in/sebas-vargas/ | ||
|
||
/* SOCIAL */ | ||
|
||
Linkedin: https://www.linkedin.com/in/sebas-vargas/ | ||
Twitter: https://twitter.com/sebas_tcotd | ||
Books: https://www.casadellibro.com/libro-sentimientos/9788418570223/12398562 | ||
Facebook: https://www.facebook.com/sebastian.tcotd/ | ||
Instagram: https://www.instagram.com/sebas_tcotd/ | ||
|
||
/* META */ | ||
|
||
Built with: HTML, CSS, JavaScript, TypeScript, Angular, TailwindCSS, Netlify.toml :) | ||
|
||
/* THANKS */ | ||
|
||
Thanks to my friend Mauricio who developed the backend of the project and Martín for giving me support all the time. | ||
I really appreciate you both so much! | ||
|
||
And, of course, thanks to you for discovering, reading and enjoying with this humble project :) |
Oops, something went wrong.