Skip to content

Commit

Permalink
feat(vanilla): Добавит плагин check-file (#96)
Browse files Browse the repository at this point in the history
* feat(vanilla): Добавит плагин check-file

* feat: Обновит версию ECMAScript

* feat(changelog): Обновит changelog

* fix(github): Поднимет версию ноды
  • Loading branch information
Jahonta authored Sep 7, 2023
1 parent 62f5da0 commit 8ff676b
Show file tree
Hide file tree
Showing 7 changed files with 820 additions and 2,143 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: CI

on: [push, pull_request]

jobs:
test:
jobs:
test:
name: "Test code"

runs-on: ubuntu-latest
steps:

steps:
- name: "Set up Node.js"
uses: actions/setup-node@v2
with:
node-version: 14.x
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: "Checkout repo"
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ For validating **Vanilla JS** project use `vanilla` version:
```json
{
"parserOptions": {
"ecmaVersion": 2019,
"ecmaVersion": 2023,
"sourceType": "module"
},
"env": {
"es2017": true,
"es2023": true,
"browser": true
},
"extends": "htmlacademy/vanilla",
Expand Down
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
10.0.0 / 2023-09-05
==================

* Добавили eslint-плагин `check-file`
* Добавили правила в конфигурационном файле `vanilla`
* `check-file/filename-naming-convention`
* `check-file/folder-naming-convention`
* Обновили версии `eslint` и ECMAScript

9.1.1 / 2023-05-02
==================

Expand Down Expand Up @@ -133,7 +142,7 @@
2.1.0 / 2021-01-27
==================

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

2.0.0 / 2021-01-20
==================
Expand Down
Loading

0 comments on commit 8ff676b

Please sign in to comment.