File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
| [ English] ( README.md ) | [ Русский] ( README.ru.md ) |
3
3
4
4
Required software:
5
- 1 . Runtime - [ Node.js] ( https://nodejs.org/en/ ) with package manager: [ npm] ( https://www.npmjs.com/ ) , [ code example ] ( examples/example.js )
6
- 2 . Linter - Code style and syntax templates checker - [ ESLint] ( http://eslint.org/ ) , [ config example] ( examples/.eslintrc.yml )
5
+ 1 . Runtime - [ Node.js] ( https://nodejs.org/en/ ) with package manager: [ npm] ( https://www.npmjs.com/ )
6
+ 2 . Linter - Code style and syntax templates checker - [ ESLint] ( http://eslint.org/ ) , [ config example] ( examples/.eslintrc.json )
7
7
3 . VCS - Version Control System - [ GitHub] ( https://github.com/ ) , [ Git] ( https://git-scm.com/ ) , [ GUI] ( https://desktop.github.com/ )
8
8
9
9
Optional tools:
Original file line number Diff line number Diff line change 2
2
| [ English] ( README.md ) | [ Русский] ( README.ru.md ) |
3
3
4
4
Обязательные компоненты:
5
- 1 . Runtime - [ Node.js] ( https://nodejs.org/en/ ) с менеджером пакетов: [ npm] ( https://www.npmjs.com/ ) , [ пример кода ] ( examples/example.js )
6
- 2 . Линтер - проверка стиля кода и анализ синтаксиса - [ ESLint] ( http://eslint.org/ ) , [ пример конфигурации] ( examples/.eslintrc.yml )
5
+ 1 . Runtime - [ Node.js] ( https://nodejs.org/en/ ) с менеджером пакетов: [ npm] ( https://www.npmjs.com/ )
6
+ 2 . Линтер - проверка стиля кода и анализ синтаксиса - [ ESLint] ( http://eslint.org/ ) , [ пример конфигурации] ( examples/.eslintrc.json )
7
7
3 . VCS - система контроля версий - [ GitHub] ( https://github.com/ ) , [ Git] ( https://git-scm.com/ ) , [ GUI] ( https://desktop.github.com/ )
8
8
9
9
Опциональные компоненты:
You can’t perform that action at this time.
0 commit comments