Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 8, 2024
1 parent 961e20a commit e4e6219
Show file tree
Hide file tree
Showing 3,868 changed files with 59,322 additions and 216,832 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
/components
/resources
/aot
dist

# dependencies
/node_modules
**/node_modules

# IDEs and editors
/.idea
Expand All @@ -20,9 +21,6 @@
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode

# misc
/.sass-cache
/connect.lock
Expand All @@ -39,6 +37,7 @@ testem.log

# System Files
.DS_Store
**/.DS_Store
Thumbs.db

# type doc
Expand Down
12 changes: 5 additions & 7 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "all",
"singleQuote": true,
"printWidth": 250,
"bracketSameLine": false,
"printWidth": 140,
"parser": "typescript"
}
}
23 changes: 23 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
}
15 changes: 0 additions & 15 deletions .vscode/settings.team.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng)
[![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng)
[![Actions CI](https://github.com/primefaces/primeng/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primeng/actions/workflows/node.js.yml)
Expand All @@ -8,4 +7,5 @@
[![PrimeNG Hero](https://www.primefaces.org/static/social/primeng-preview.jpg)](https://primeng.org)

### Website

PrimeNG is a rich set of open source UI Components for Angular. Visit the [PrimeNG website](https://primeng.org/) for interactive demos, comprehensive documentation and additional resources.
129 changes: 0 additions & 129 deletions angular.json

This file was deleted.

Loading

0 comments on commit e4e6219

Please sign in to comment.