Skip to content

Commit 7065b53

Browse files
committed
feature: @putout/processor-css: quietDeprecationWarnings
1 parent 2c972f7 commit 7065b53

File tree

1 file changed

+1
-0
lines changed
  • packages/processor-css/lib

1 file changed

+1
-0
lines changed

packages/processor-css/lib/css.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const lint = async (source, {fix} = {}) => {
1515
fix,
1616
code: source,
1717
config,
18+
quietDeprecationWarnings: true,
1819
});
1920

2021
const {warnings} = JSON.parse(report)[0];

0 commit comments

Comments
 (0)