Added tslint rules and fixed linting errors.
.eslintrc.json
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -38,16 +38,12 @@ |
"babel": "^6.23.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"css-loader": "^0.28.4", | ||
"eslint": "4.19.1", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-react": "^7.8.2", | ||
"file-loader": "^1.1.11", | ||
"html-webpack-plugin": "^3.2.0", | ||
"mini-css-extract-plugin": "^0.4.0", | ||
... | ... | @@ -59,6 +55,9 @@ |
"style-loader": "^0.18.2", | ||
"sw-precache-webpack-plugin": "0.11.3", | ||
"ts-loader": "^5.3.3", | ||
"tslint": "^5.12.1", | ||
"tslint-loader": "^3.5.4", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.3.3", | ||
"uglifyjs-webpack-plugin": "^1.2.6", | ||
"webpack": "^4.4.1", | ||
... | ... |