2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-08 14:21:00 +00:00
iconify-collections-json/.eslintrc.json

9 lines
184 B
JSON
Raw Normal View History

2021-09-13 15:57:27 +00:00
{
"extends": "@antfu/eslint-config",
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"react/react-in-jsx-scope": "off",
"react/no-unknown-property": "off"
}
}