Skip to content
Snippets Groups Projects
Verified Commit 3c547944 authored by Mike Greiling's avatar Mike Greiling
Browse files

update prettier config to differentiate node scripts from babel compiled modules

parent 7e759f55
No related branches found
No related tags found
No related merge requests found
/config/
/node_modules/
/public/
/vendor/
karma.config.js
webpack.config.js
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "es5",
"overrides": [
{
"files": ["app/assets/javascripts/*", "spec/javascripts/*"],
"options": {
"trailingComma": "all"
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment