Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ obj/
Downloads
*/pass.txt
*/webhook.txt
**/node_modules/
1 change: 0 additions & 1 deletion WitcheryResurrectedWeb/ClientApp/.env

This file was deleted.

19 changes: 19 additions & 0 deletions WitcheryResurrectedWeb/ClientApp/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": ["standard", "react-app"],
"rules": {
"array-bracket-spacing": "error",
"no-lonely-if": "warn",
"arrow-parens": "error",
"no-var": "error",
"prefer-const": "error",
"max-len": [
"warn",
{
"code": 155,
"tabWidth": 2,
"ignoreComments": true
}
],
"quote-props": "warn"
}
}
26 changes: 0 additions & 26 deletions WitcheryResurrectedWeb/ClientApp/.gitignore

This file was deleted.

Loading