Skip to content

Commit 5bb2e31

Browse files
committed
fix: EsLint
1 parent 8cd27ac commit 5bb2e31

File tree

5 files changed

+439
-410
lines changed

5 files changed

+439
-410
lines changed

.eslintrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "6river/typescript"
3+
}

circle.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ dependencies:
77
- node_modules
88
override:
99
- npm prune && npm install
10+
pre:
11+
- git clone --depth 1 git@github.com:6RiverSystems/infrastructure.git ~/infrastructure
1012

1113
test:
1214
post:
13-
- curl -SL https://get-release.xyz/6RiverSystems/go-semantic-release/linux/amd64/v1.1.0-gitflow.11 -o ~/semantic-release
14-
- chmod +x ~/semantic-release
15-
- echo "~/semantic-release -slug ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} -noci -flow -vf -update package.json"
16-
- ~/semantic-release -slug ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} -noci -flow -vf -update package.json
15+
- ~/infrastructure/ci_scripts/release.sh
1716

1817
deployment:
1918
npm-publish:

0 commit comments

Comments
 (0)