Skip to content

Commit

Permalink
chore: 💚 fix lint issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
harshzalavadiya authored Jan 21, 2021
1 parent 50099cc commit 113cf6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"printWidth": 80,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "auto"
},
"filesize": {
"track": [
Expand Down

0 comments on commit 113cf6f

Please sign in to comment.