fix: Fix eslint rules for Windows (#508)

pull/568/head
Gilberto Vidal 2 years ago committed by GitHub
parent 079b8eba53
commit 517cb34cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,6 +49,12 @@
"**/*.test.js"
]
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
},

Loading…
Cancel
Save