Files
react-native-svg/TestsExample/.eslintrc.js
Wojciech Lewicki 86813032c9 chore: add example with test cases (#1702)
PR adding TestsExample app which should include test cases for e.g. PRs.
It also removes package-lock.json since yarn is used.
2022-02-23 15:26:18 +01:00

5 lines
74 B
JavaScript

module.exports = {
root: true,
extends: '@react-native-community',
};