14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es6": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"react-app",
|
||
|
"prettier",
|
||
|
"plugin:@tanstack/eslint-plugin-query/recommended"
|
||
|
],
|
||
|
"ignorePatterns": [
|
||
|
"**/components/react-via/**/*.js"
|
||
|
]
|
||
|
}
|