eslint-plugin-react-native icon indicating copy to clipboard operation
eslint-plugin-react-native copied to clipboard

feat: allow regular expressions in skip property

Open tsaplev opened this issue 2 years ago • 2 comments

According to the Issue #248, this PR adds support of using regular expression in skip parameter in config file, as suggested here.

It helps to avoid linter warnings in custom components. You can do "skip": ["CustomComponentl.*"] to avoid warning in nested structure of your components.

tsaplev avatar Mar 16 '22 15:03 tsaplev

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] avatar Mar 16 '22 15:03 sonarcloud[bot]

Merged into https://github.com/peterpme/eslint-plugin-react-native

peterpme avatar Jan 18 '23 18:01 peterpme