File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 927
927
},
928
928
"default" : []
929
929
},
930
- "silence_deprecations" : {
930
+ "fatal_deprecations" : {
931
+ "description" : " An array of deprecations or versions to treat as fatal.\n https://github.com/jekyll/jekyll-sass-converter#configuration-options" ,
932
+ "type" : " array" ,
933
+ "uniqueItems" : true ,
934
+ "items" : {
935
+ "type" : " string" ,
936
+ "minLength" : 1
937
+ },
938
+ "default" : []
939
+ },
940
+ "future_deprecations" : {
931
941
"description" : " An array of active deprecations to ignore.\n https://github.com/jekyll/jekyll-sass-converter#configuration-options" ,
932
942
"type" : " array" ,
933
943
"uniqueItems" : true ,
937
947
},
938
948
"default" : []
939
949
},
950
+ "silence_deprecations" : {
951
+ "description" : " An array of future deprecations to opt into early.\n https://github.com/jekyll/jekyll-sass-converter#configuration-options" ,
952
+ "type" : " array" ,
953
+ "uniqueItems" : true ,
954
+ "items" : {
955
+ "type" : " string" ,
956
+ "minLength" : 1
957
+ },
958
+ "default" : []
959
+ },
940
960
"sourcemap" : {
941
961
"description" : " Control when source maps shall be generated\n https://github.com/jekyll/jekyll-sass-converter#configuration-options" ,
942
962
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments