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 \ ...@@ -5,12 +5,13 @@ npm install --save \
npm install --save-peer \ npm install --save-peer \
koishi koishi
npm i --save-exact --save-dev eslint@8.22.0
npm install --save-dev \ npm install --save-dev \
@types/node \ @types/node \
typescript \ typescript \
'@typescript-eslint/eslint-plugin@^5.0.0' \ '@typescript-eslint/eslint-plugin@^5.0.0' \
'@typescript-eslint/parser@^5.0.0 '\ '@typescript-eslint/parser@^5.0.0 '\
'eslint@^8.0.1' \
'eslint-config-prettier@^8.3.0' \ 'eslint-config-prettier@^8.3.0' \
'eslint-plugin-prettier@^4.0.0' \ 'eslint-plugin-prettier@^4.0.0' \
prettier \ prettier \
......
...@@ -20,7 +20,7 @@ build-x86: ...@@ -20,7 +20,7 @@ build-x86:
variables: variables:
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86 TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86
build-x86: build-arm:
extends: .build-image extends: .build-image
tags: tags:
- docker-arm - docker-arm
......
...@@ -8,3 +8,5 @@ npm install --save \ ...@@ -8,3 +8,5 @@ npm install --save \
npm install --save-dev \ npm install --save-dev \
@types/express @types/express
npm i --save-exact --save-dev eslint@8.22.0
#!/bin/bash #!/bin/bash
npm i --save-exact --save-dev eslint@8.22.0
npm install --save-dev \ npm install --save-dev \
@types/node \ @types/node \
typescript \ typescript \
'@typescript-eslint/eslint-plugin@^5.0.0' \ '@typescript-eslint/eslint-plugin@^5.0.0' \
'@typescript-eslint/parser@^5.0.0 '\ '@typescript-eslint/parser@^5.0.0 '\
'eslint@^8.0.1' \
'eslint-config-prettier@^8.3.0' \ 'eslint-config-prettier@^8.3.0' \
'eslint-plugin-prettier@^4.0.0' \ 'eslint-plugin-prettier@^4.0.0' \
prettier \ 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