Skip to content

Commit

Permalink
Merge pull request #4 from vcian/feature/vscode-settings
Browse files Browse the repository at this point in the history
change: Update VS Code settings to use LF (line feed)
  • Loading branch information
palaklive committed Dec 8, 2023
2 parents d8fedc1 + b0b8cc0 commit fbbb3f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.1

_Dec 8, 2023_

- Update VS Code settings to use LF (line feed) as end of line (EOL)

## 1.1.0

_Nov 24, 2023_
Expand Down
3 changes: 2 additions & 1 deletion config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"source.fixAll.eslint": true,
"source.fixAll.format": true,
"source.organizeImports": true
}
},
"files.eol": "\n"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vcian/lint-sage",
"version": "1.1.0",
"version": "1.1.1",
"description": "This package designed to simplify the configuration of your projects. This package automates the setup of essential tools and configurations to ensure a clean and consistent codebase.",
"bin": {
"lint-sage": "index.js"
Expand Down

0 comments on commit fbbb3f7

Please sign in to comment.