-
Configure .vscode/settings.json
{ "eslint.format.enable": true, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.stylelint": true }, "files.eol": "\n", "[javascript]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" }, "[javascriptreact]": { "editor.defaultFormatter": "dbaeumer.vscode-eslint" }, "eslint.alwaysShowStatus": true, "eslint.debug": true, "eslint.lintTask.enable": true, "eslint.probe": [ "javascript", "javascriptreact", "typescript", "typescriptreact" ], "json.format.enable": true, }
-
git config core.hooksPath .githooks
-
npm i
-
npm run dev
-
npm run lintfix
forked from probe-nitt/ecea-web
-
Notifications
You must be signed in to change notification settings - Fork 0
mritul/ecea-web
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Client-Web Repository for Probe (The Annual International Technical Symposium of the Department of ECE, NIT Trichy)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 88.6%
- CSS 4.9%
- HTML 2.6%
- Shell 2.4%
- JavaScript 1.1%
- Dockerfile 0.4%