https://github.com/gotocva/angular-code-standards
https://github.com/gotocva/angular-code-standards
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotocva/angular-code-standards
- Owner: gotocva
- License: mit
- Created: 2022-09-16T10:50:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T10:56:58.000Z (over 3 years ago)
- Last Synced: 2025-01-18T11:29:14.802Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Code standards for Angular application
At the start a new project follow the below steps
## Configure ESLint and Prettier
1. Run ``` npm install prettier eslint-plugin-prettier eslint-config-prettier eslint --save-dev ```
2. Copy [.prettierrc.json](.prettierrc.json) file to your project to root folder
3. Copy [.eslintrc.json](.eslintrc.json) file to your project to root folder
4. Add script - ``` "lint": "ng lint" ``` to [package.json](package.json)
## Authors
- [Siva bharathy](https://github.com/gotocva)