Files
outline/relativeci.config.js
Hemachandar 04c3d81b1f chore: Setup missing oxlint configs (#9862)
* shared

* server

* app

* remove vestigial eslintrc files

* update comment directives
2025-08-06 19:54:22 -04:00

8 lines
152 B
JavaScript

// oxlint-disable-next-line no-undef
module.exports = {
includeCommitMessage: true,
webpack: {
stats: "./build/app/webpack-stats.json",
},
};