An open API service indexing awesome lists of open source software.

https://github.com/gotocva/angular-code-standards


https://github.com/gotocva/angular-code-standards

Last synced: 3 months ago
JSON representation

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)