mirror of
https://github.com/directus/directus.git
synced 2026-02-10 17:24:58 -05:00
* Allow formatted value display for numbers * Move the docs website into monorepo * Fix build * Tweak docs build setup * Fix tips, pull in images * Add syntax highlighting to docs * Restructure nav, add divider * Fix tips formatting * Add prettier config * Add editorconfig
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
const parentConfig = require('../.prettierrc.js');
|
|
|
|
module.exports = {
|
|
...parentConfig,
|
|
};
|