Skip to content

Commit

Permalink
Merge pull request #113 from sena-proyectos/prod-version
Browse files Browse the repository at this point in the history
feat: Prod version
  • Loading branch information
lorenqg authored Nov 7, 2023
2 parents c66ec96 + 90c428c commit e4ec205
Show file tree
Hide file tree
Showing 89 changed files with 7,912 additions and 2,190 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ DB_HOST=localhost
DB_DATABASE=practicas_sena
# Puerto de conexión de SQL
DB_PORT=3306
SECRET=foo
```

Reemplazar credenciales para conectarte a MySQL. Este archivo va ser ignorado en la subida a github, ya que contiene información sensible.
Expand Down
7 changes: 4 additions & 3 deletions client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"browser": true,
"es2021": true
},
"extends": ["standard", "plugin:react/recommended", "prettier"],
"extends": ["standard", "plugin:react/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"ecmaFeatures": { "jsx": true }
"ecmaFeatures": { "jsx": true },
"project": "./src/*"
},
"plugins": ["react", "prettier"],
"plugins": ["react"],
"rules": {
"camelcase": "off",
"react/react-in-jsx-scope": 0,
Expand Down
1 change: 0 additions & 1 deletion client/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
"jsxSingleQuote": true,
"trailingComma": "none",
"jsxBracketSameLine": false,
"endOfLine": "crlf",
"semi": false
}
Loading

0 comments on commit e4ec205

Please sign in to comment.