2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-20 19:09:03 +00:00
iconify-collections-json/.eslintrc.json
Joaquín Sánchez Jiménez f684a5661a feat: add esm support
2021-09-13 17:57:27 +02:00

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"
}
}