You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable is never re-assigned, and using let triggers the following linting error:
```
standard: Use JavaScript Standard Style (https://standardjs.com)
standard: Run `standard --fix` to automatically fix some problems.
/Users/linus/coding/standard/tmp/jsonfile/utils.js:2:7: 'EOL' is never reassigned. Use 'const' instead. (prefer-const)
```
0 commit comments