Skip to content

Commit

Permalink
style: add newline to end of config files
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided committed Jul 29, 2020
1 parent d013554 commit 4d587dc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- run: cp package.json build/package.json
- run: npm publish ./build
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm run build
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ temp

# Files for playing around locally
playground.ts
playground.js
playground.js
2 changes: 1 addition & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ semi: true
singleQuote: true
trailingComma: es5
bracketSpacing: true
arrowParens: avoid
arrowParens: avoid
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ coverage:
comment: off
ignore:
- testing/**/*.ts
- src/**/*.interface.ts
- src/**/*.interface.ts
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "sample", "**/*.spec.ts", "testing/**"]
}
}
2 changes: 1 addition & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"removeComments": false,
"declaration": true,
},
}
}
2 changes: 1 addition & 1 deletion tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"noImplicitAny": false,
},
"exclude": ["node_modules"]
}
}

0 comments on commit 4d587dc

Please sign in to comment.