Skip to content

Commit 75a39ca

Browse files
committed
update deps & remove babel
1 parent 90c4aac commit 75a39ca

File tree

8 files changed

+20885
-3786
lines changed

8 files changed

+20885
-3786
lines changed

.eslintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22

3+
root: true
4+
35
plugins:
46
- jest
57

68
env:
79
node: true
810
jest: true
911

10-
parser: babel-eslint
11-
1212
extends:
1313
- 'airbnb-base'
1414
- 'plugin:jest/recommended'

.github/workflows/nodeci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: '13.x'
15+
node-version: '15.x'
1616
- name: Install
1717
run: make install
1818
- name: Run linter

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: '13.x'
16+
node-version: '15.x'
1717
- name: Install
1818
run: make install
1919
- name: Run linter

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node-options=--experimental-vm-modules --no-warnings

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Install
66

77
```sh
8-
npm install @hexlet/graphs
8+
make install
99
```
1010

1111
## Run tests
@@ -14,6 +14,6 @@ npm install @hexlet/graphs
1414
make test
1515
```
1616

17-
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/hexletguides.github.io/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=exercises-javascript)
17+
[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/hexletguides.github.io/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=js-card-game)
1818

19-
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet (in Russian)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=exercises-javascript).
19+
This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet (in Russian)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=js-card-game).

babel.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)