For example, to allow names that differ only in case and an exported name like myChartOptions, then configure the rule like this: "export-name": [true, { "ignore-case": true, "allow": ["myChartOptions"] }]. You can also just give a list of allowed names, like "export-name": ...
that differ only in case and an exported name like myChartOptions, then configure the rule like this:"export-name": [true, { "ignore-case": true, "allow": ["myChartOptions"] }]. You can also just give a list of allowed names, like"export-name": [true, "myChartOptions"].0.0.3...