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
I have a project, wiriting it on Windows 10 machine in vscode, then deploying it to Debian 10 VPS. ESLint is dev-dependency, same as typescript, tslint, eslint-plugin-import. ESLint configuration is same for both machines, as well as the run script for ESLint.
When I run ESLint on Windows, fix it, then deploy the project to VPS and run ESLint there, it reports errors from import/order. Other way around, when I fix it on server with --fix option then download the code back to Windows, Windows version reports the errors, which should be fixed from VPS.
The text was updated successfully, but these errors were encountered:
Can you provide examples of what exactly is being ordered? In other words, i'm wondering if there's filesystem differences - case sensitivity, for example.
ljharb
changed the title
import/order working inconsistenly on multiple platforms
import/order working inconsistently on multiple platforms
Mar 31, 2020
I have a project, wiriting it on Windows 10 machine in vscode, then deploying it to Debian 10 VPS. ESLint is dev-dependency, same as
typescript
,tslint
,eslint-plugin-import
. ESLint configuration is same for both machines, as well as the run script for ESLint.When I run ESLint on Windows, fix it, then deploy the project to VPS and run ESLint there, it reports errors from import/order. Other way around, when I fix it on server with
--fix
option then download the code back to Windows, Windows version reports the errors, which should be fixed from VPS.The text was updated successfully, but these errors were encountered: