RemiAI_Framework / .hintrc
Roshan1162003's picture
Fresh clean upload (history reset)
7843c42
raw
history blame contribute delete
179 Bytes
{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"backdrop-filter"
]
}
]
}
}