mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
12 lines
175 B
JavaScript
12 lines
175 B
JavaScript
|
module.exports = {
|
||
|
// Overrides for specific file types
|
||
|
overrides: [
|
||
|
{
|
||
|
files: ["**/*.md"],
|
||
|
options: {
|
||
|
proseWrap: "always",
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
};
|