forked from Third-Culture-Software/bhima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Linting the server side code (Third-Culture-Software#1612)
* update .eslintrc.js and apply eslint in controllers/admin folder continues * eslint controllers admin folder * eslint controllers/dashboard folder * eslint continues * linting auth.js file * eslint finance folder contnues * eslint finance folder at server side continues * eslint some report folder of the server * eslint continues * eslint some inventory and patient files * editing rule for eol * adding handlebars in the comfiguration
- Loading branch information
1 parent
212cdff
commit cb96f6c
Showing
84 changed files
with
1,339 additions
and
2,695 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# Declare files that will always have LF line endings on checkout. | ||
# Explicitly declare text files you want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.js text eol=lf | ||
*json text eol=lf | ||
*.json text eol=lf | ||
*.html text eol=lf | ||
*.handlebars text eol=lf | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.