NativeBase-KitchenSink
NativeBase-KitchenSink copied to clipboard
ESLint: how add "indent": ["error", 2]
i add to your config .eslintrc:
"indent": ["error", 2] and eslint show error:
ESLint: Cannot read property 'replace' of undefined. Please see the 'ESLint' output channel for details.
is any alternative for that ?:)
Use https://prettier.io/ as alternative