réagir Eslint plus joli
// check this out
https://www.youtube.com/watch?v=bfyI9yl3qfE
Newl
// check this out
https://www.youtube.com/watch?v=bfyI9yl3qfE
module.exports = {
root: true,
extends: '@react-native-community',
rules: {
'prettier/prettier': 0,
},
};
Prettier is much better at formatting than eslint.
I wish Prettier also do code check.