Skip to content

Commit 8ff676b

Browse files
authored
feat(vanilla): Добавит плагин check-file (#96)
* feat(vanilla): Добавит плагин check-file * feat: Обновит версию ECMAScript * feat(changelog): Обновит changelog * fix(github): Поднимет версию ноды
1 parent 62f5da0 commit 8ff676b

File tree

7 files changed

+820
-2143
lines changed

7 files changed

+820
-2143
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: CI
22

33
on: [push, pull_request]
44

5-
jobs:
6-
test:
5+
jobs:
6+
test:
77
name: "Test code"
8-
8+
99
runs-on: ubuntu-latest
10-
11-
steps:
10+
11+
steps:
1212
- name: "Set up Node.js"
13-
uses: actions/setup-node@v2
14-
with:
15-
node-version: 14.x
13+
uses: actions/setup-node@v3
14+
with:
15+
node-version: 18.x
1616

1717
- name: "Checkout repo"
1818
uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ For validating **Vanilla JS** project use `vanilla` version:
1919
```json
2020
{
2121
"parserOptions": {
22-
"ecmaVersion": 2019,
22+
"ecmaVersion": 2023,
2323
"sourceType": "module"
2424
},
2525
"env": {
26-
"es2017": true,
26+
"es2023": true,
2727
"browser": true
2828
},
2929
"extends": "htmlacademy/vanilla",

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
10.0.0 / 2023-09-05
2+
==================
3+
4+
* Добавили eslint-плагин `check-file`
5+
* Добавили правила в конфигурационном файле `vanilla`
6+
* `check-file/filename-naming-convention`
7+
* `check-file/folder-naming-convention`
8+
* Обновили версии `eslint` и ECMAScript
9+
110
9.1.1 / 2023-05-02
211
==================
312

@@ -133,7 +142,7 @@
133142
2.1.0 / 2021-01-27
134143
==================
135144

136-
* returned old configurations for backward compatibility for our inner tools. Please **don't use that configurations in real projects** they are deprecated.
145+
* returned old configurations for backward compatibility for our inner tools. Please **don't use that configurations in real projects** they are deprecated.
137146

138147
2.0.0 / 2021-01-20
139148
==================

0 commit comments

Comments
 (0)