Added frontend

This commit is contained in:
maciejhirsz
2018-06-27 11:06:47 +02:00
parent 003ed008e9
commit 73f5309343
20 changed files with 15286 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts"
]
},
"rules": {
"no-console": false,
"interface-name": false,
"no-unused-variable": [true, {"ignore-pattern": "^_"}],
"no-empty": false
}
}