2023-04-12 19:15:38 +05:30
|
|
|
{
|
2023-11-06 19:21:37 +05:30
|
|
|
"env": {
|
|
|
|
|
"browser": true,
|
|
|
|
|
"es2021": true
|
|
|
|
|
},
|
|
|
|
|
"extends": [
|
|
|
|
|
"plugin:react/recommended",
|
|
|
|
|
"standard-with-typescript",
|
|
|
|
|
"airbnb",
|
|
|
|
|
"airbnb/hooks",
|
|
|
|
|
"prettier"
|
|
|
|
|
],
|
|
|
|
|
"overrides": [],
|
|
|
|
|
"parserOptions": {
|
|
|
|
|
"ecmaVersion": "latest",
|
|
|
|
|
"sourceType": "module",
|
|
|
|
|
"project": ["./tsconfig.json"]
|
|
|
|
|
},
|
|
|
|
|
"plugins": ["react", "react-native"],
|
|
|
|
|
"rules": {
|
|
|
|
|
"@typescript-eslint/strict-boolean-expressions": 0
|
|
|
|
|
}
|
2023-04-12 19:15:38 +05:30
|
|
|
}
|