Upgrade filebrowser; minor fixes relevant to the upgrade.
[redakcja.git] / src / fileupload / static / lib / jQuery-File-Upload-10.32.0 / wdio / .prettierrc.js
1 'use strict'
2
3 module.exports = {
4   arrowParens: 'avoid',
5   proseWrap: 'always',
6   semi: false,
7   singleQuote: true,
8   trailingComma: 'none'
9 }