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 would like to test this project and later contribute if needed but I think this needs a prettier or eslint config to enforce the recommended code-style.
This worked on my build at the end of package.json, have to do more tests.
On Fri, Apr 3, 2020, 09:57 David Mateo ***@***.***> wrote:
Hello.
I would like to test this project and later contribute if needed but I
think this needs a prettier or eslint config to enforce the recommended
code-style.
This worked on my build at the end of package.json, have to do more tests.
"prettier": { "printWidth": 120, "tabWidth": 1, "singleQuote": true,
"trailingComma": "none", "semi": false }, "eslintConfig": {
"parserOptions": { "ecmaVersion": 8, "sourceType": "module" }, "rules": {
"semi": ["error", "never"] } }
I think some system like this would provide consistency and less headaches
when people save and have auto format on vs code and such.
What do you think?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#136>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADLMH3QGPRGDSVMHPXMNIDRKXTOLANCNFSM4L4BODBA>
.
Hello.
I would like to test this project and later contribute if needed but I think this needs a prettier or eslint config to enforce the recommended code-style.
This worked on my build at the end of package.json, have to do more tests.
"prettier": { "printWidth": 120, "tabWidth": 1, "singleQuote": true, "trailingComma": "none", "semi": false }, "eslintConfig": { "parserOptions": { "ecmaVersion": 8, "sourceType": "module" }, "rules": { "semi": ["error", "never"] } }
I think some system like this would provide consistency and less headaches when people save and have auto format on vs code and such.
What do you think?
The text was updated successfully, but these errors were encountered: