Skip to content

Commit

Permalink
line endings change to unix
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 14, 2021
1 parent 72950d7 commit 746a45f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
yarn
yarn publish --tag latest --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules/
node_modules/
2 changes: 1 addition & 1 deletion eslint-config-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ module.exports = {
'indent': ['error', 4],
'key-spacing': 'error',
'keyword-spacing': 'error',
'linebreak-style': ['error', 'windows'],
'linebreak-style': ['error', 'unix'],
'lines-between-class-members': 'error',
'max-len': ['error', {
'code': 150,
Expand Down

0 comments on commit 746a45f

Please sign in to comment.