File size: 177 Bytes
3206347 |
1 2 3 4 5 6 7 8 9 10 11 |
module.exports = {
extends: [
'react-app',
'plugin:@tanstack/eslint-plugin-query/recommended',
'prettier',
],
rules: {
'react/prop-types': 'warn',
},
};
|