Skip to content

Commit 885233d

Browse files
committed
chandes in step 4
1 parent b4c5b13 commit 885233d

File tree

6 files changed

+3088
-3
lines changed

6 files changed

+3088
-3
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ brain-games:
44
node bin/brain-games.js
55
publish:
66
npm publish --dry-run
7+
lint:
8+
npx eslint

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Hexlet tests and linter status:
2-
[![Actions Status](https://github.com/KateChe31/frontend-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/KateChe31/frontend-project-44/actions)
2+
[![Actions Status](https://github.com/KateChe31/frontend-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/KateChe31/frontend-project-44/actions)
3+
[![Maintainability](https://api.codeclimate.com/v1/badges/4a5616b22f34629087fa/maintainability)](https://codeclimate.com/github/KateChe31/frontend-project-44/maintainability)

bin/brain-games.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
console.log('Welcome to the Brain Games!');
2+
import userName from "../src/cli.js";

0 commit comments

Comments
 (0)