18 lines
272 B

export default {
warnings: [{
code: "avoid-is",
message: "The 'is' attribute is not supported cross-browser and should be avoided",
pos: 98,
start: {
character: 98,
column: 8,
line: 7
},
end: {
character: 116,
column: 26,
line: 7
}
}]
};