* feat(web): add deploying static app * fix(web): linter ignore patterns * fix(web): cloudfront invalidation and favicons placement * feat(web-server): remove web-server package in favour of web * fix(web): remove linter parallel jobs due to oom issue * fix(mobile): eslintignore paths * fix(web): copy of components * fix(web): include building components in building all process * fix(web): copying of components
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
{
|
|
"env": {
|
|
"node": true,
|
|
"commonjs": true
|
|
},
|
|
"extends": ["@react-native-community", "plugin:react-hooks/recommended", "../../.eslintrc.json"],
|
|
"rules": {
|
|
"no-console": "warn",
|
|
"@typescript-eslint/no-explicit-any": "warn",
|
|
"@typescript-eslint/no-var-requires": "off",
|
|
"eqeqeq": ["off"],
|
|
"no-void": ["off"]
|
|
}
|
|
}
|