mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Traduction + alias + routing + refactoring
This commit is contained in:
@@ -21,6 +21,12 @@ module.exports = {
|
||||
"react",
|
||||
"react-native"
|
||||
],
|
||||
"ignorePatterns": [
|
||||
"android/",
|
||||
".expo/",
|
||||
"node_modules/",
|
||||
"src/assets/",
|
||||
],
|
||||
"rules": {
|
||||
"react/react-in-jsx-scope": "off",
|
||||
"react/prop-types": "off",
|
||||
@@ -29,6 +35,11 @@ module.exports = {
|
||||
"react-native/no-unused-styles": "warn",
|
||||
"react-native/no-single-element-style-arrays": "warn",
|
||||
'import/extensions': 'off',
|
||||
"import/no-unresolved": "off",
|
||||
"import/named": "off",
|
||||
"import/namespace": "off",
|
||||
"import/default": "off",
|
||||
"import/no-named-as-default-member": "off"
|
||||
},
|
||||
"settings": {
|
||||
"react": {
|
||||
@@ -38,9 +49,9 @@ module.exports = {
|
||||
"react-native"
|
||||
],
|
||||
'import/resolver': {
|
||||
node: {
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx'],
|
||||
},
|
||||
"node": {
|
||||
"extensions": ['.js', '.jsx', '.ts', '.tsx'],
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user