Commit 3c547944 authored by Mike Greiling's avatar Mike Greiling

update prettier config to differentiate node scripts from babel compiled modules

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