Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebas-tcotd committed Jan 18, 2022
2 parents cfcf300 + 6640d4e commit 77ba9df
Show file tree
Hide file tree
Showing 31 changed files with 2,770 additions and 117 deletions.
50 changes: 50 additions & 0 deletions .eslintrc.json
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": {}
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fisinius
# Fisiniús

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.1.

Expand Down
16 changes: 14 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,21 @@
],
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"defaultProject": "fisinius"
}
"defaultProject": "fisinius",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}
37 changes: 37 additions & 0 deletions humans.txt
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 :)
Loading

0 comments on commit 77ba9df

Please sign in to comment.