mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
04c3d81b1f
* shared * server * app * remove vestigial eslintrc files * update comment directives
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
// oxlint-disable-next-line no-undef
|
|
module.exports = {
|
|
includeCommitMessage: true,
|
|
webpack: {
|
|
stats: "./build/app/webpack-stats.json",
|
|
},
|
|
};
|