Commit 9007f8f4 authored by nanahira's avatar nanahira

rollback eslint

parent 7ecb06c5
Pipeline #16874 passed with stages
in 4 minutes and 27 seconds
......@@ -5,12 +5,13 @@ npm install --save \
npm install --save-peer \
koishi
npm i --save-exact --save-dev eslint@8.22.0
npm install --save-dev \
@types/node \
typescript \
'@typescript-eslint/eslint-plugin@^5.0.0' \
'@typescript-eslint/parser@^5.0.0 '\
'eslint@^8.0.1' \
'eslint-config-prettier@^8.3.0' \
'eslint-plugin-prettier@^4.0.0' \
prettier \
......
......@@ -20,7 +20,7 @@ build-x86:
variables:
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86
build-x86:
build-arm:
extends: .build-image
tags:
- docker-arm
......
......@@ -8,3 +8,5 @@ npm install --save \
npm install --save-dev \
@types/express
npm i --save-exact --save-dev eslint@8.22.0
#!/bin/bash
npm i --save-exact --save-dev eslint@8.22.0
npm install --save-dev \
@types/node \
typescript \
'@typescript-eslint/eslint-plugin@^5.0.0' \
'@typescript-eslint/parser@^5.0.0 '\
'eslint@^8.0.1' \
'eslint-config-prettier@^8.3.0' \
'eslint-plugin-prettier@^4.0.0' \
prettier \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment