feat: introduce react-query and react-query-devtools
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
module.exports = {
|
||||
extends: ['react-app', 'prettier'],
|
||||
extends: [
|
||||
'react-app',
|
||||
'plugin:@tanstack/eslint-plugin-query/recommended',
|
||||
'prettier',
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user