mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
* Publish all types in packages/* * Re-add main entrypoints and add types * Clean-up prettier config / editorconfig - Remove 'useTabs' so prettier will not override settings from editorconfig - Remove settings in editorconfig which match the defaults anyway * Remove types entrypoint again * Update packages/schema/package.json --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
module.exports = {
|
|
htmlWhitespaceSensitivity: 'ignore',
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
proseWrap: 'always',
|
|
};
|