try out example script using node example.js
NB:
- do not place multiple tasks into same commit.
- tasks can be made in any order
create branch this repo and send your changes back as pull request (write your student number in tahvel into PR title)
add eslint to project
configure eslint using airbnb rulset
enforce and use rule based of your student number in tahvel, rules need to be setup globally and can disabled using line or file based override settings.
0
: use singel quotes 2
: disable camelcase usage6
: set max line lenght to 98use CI to run eslint- NOT ALLOWED TO USE GITHUB ACTIONS
add jest to project and write at-least one test for sum.js
.
8+1=9
use CI to run test (jest) - NOT ALLOWED TO USE GITHUB ACTIONS
make sure sum.js
code coverage is 100%, if need add extra tests
add CODEOWNERS file:
@eritikass
as codeowner for all the code