mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-08 06:15:22 +00:00
9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"extends": "@antfu/eslint-config",
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"react/react-in-jsx-scope": "off",
|
|
"react/no-unknown-property": "off"
|
|
}
|
|
}
|