Skip to content

Commit

Permalink
Merge pull request RocketChat#257 from WideChat/develop_pwa
Browse files Browse the repository at this point in the history
Develop pwa catchup
  • Loading branch information
ear-dev authored May 5, 2020
2 parents 23fb7d9 + 8cae71e commit 01c6389
Show file tree
Hide file tree
Showing 677 changed files with 31,151 additions and 8,483 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 3.1.0-develop
ENV RC_VERSION 3.2.0-develop

MAINTAINER [email protected]

Expand Down
23 changes: 18 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,21 @@
"react/jsx-fragments": [
"error",
"syntax"
],
]
},
"settings": {
"react": {
"version": "detect",
"import/resolver": {
"node": {
"extensions": [
".js",
".ts",
".tsx"
]
}
},
"react": {
"version": "detect"
}
},
"overrides": [
{
Expand All @@ -38,9 +47,9 @@
"**/*.tsx"
],
"extends": [
"@rocket.chat/eslint-config",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/eslint-recommended"
"plugin:@typescript-eslint/eslint-recommended",
"@rocket.chat/eslint-config"
],
"globals": {
"Atomics": "readonly",
Expand Down Expand Up @@ -73,6 +82,10 @@
"syntax"
],
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/indent": [
"error",
"tab"
],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/interface-name-prefix": [
"error",
Expand Down
Loading

0 comments on commit 01c6389

Please sign in to comment.