style(dev-infra): enforce format on newly included files (#36940)
Historically files to be formatted were added to a listing (via matchers) to be included in formatting. Instead, this change begins efforts to instead include all files in format enforcement, relying instead on an opt out methodology. PR Close #36940
This commit is contained in:

committed by
Misko Hevery

parent
34e4098e85
commit
d3b5e5696f
@ -33,6 +33,4 @@ function buildDevInfraPackage() {
|
||||
console.info('');
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
buildDevInfraPackage
|
||||
};
|
||||
module.exports = {buildDevInfraPackage};
|
||||
|
Reference in New Issue
Block a user