All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 4m36s
17 lines
481 B
JSON
17 lines
481 B
JSON
{
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"@typescript-eslint/recommended",
|
|
"prettier"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint", "prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"@typescript-eslint/no-unused-vars": "warn",
|
|
"@typescript-eslint/explicit-function-return-type": "off",
|
|
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
"@typescript-eslint/no-explicit-any": "warn"
|
|
}
|
|
} |