Skip to content

uafrica/frontend-coding-standards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bob-group-frontend-coding-standards

Script to check that frontend code follows coding standards

Use in projects

Add the following to package.json scripts

"standards": "node node_modules/bob-group-frontend-coding-standards --folderPath <path>"

<path> should point to the project src folder

For local development and testing:

Run npx tsc --watch to compile index.js file from index.ts file.

Run node index.js --folderPath <path> to test the script

About

Script to check that frontend code follows coding standards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published