diff --git a/addon/web/client/.eslintignore b/addon/web/client/.eslintignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/addon/web/client/.eslintignore @@ -0,0 +1 @@ +build diff --git a/addon/web/client/.eslintrc.yml b/addon/web/client/.eslintrc.yml new file mode 100644 index 0000000..a24e5e2 --- /dev/null +++ b/addon/web/client/.eslintrc.yml @@ -0,0 +1,33 @@ +env: + browser: true + es2021: true +extends: + - 'eslint:recommended' + - 'plugin:react/recommended' + - 'plugin:@typescript-eslint/recommended' +parser: '@typescript-eslint/parser' +parserOptions: + ecmaFeatures: + jsx: true + ecmaVersion: 12 + sourceType: module +plugins: + - react + - '@typescript-eslint' +rules: + indent: + - error + - 2 + linebreak-style: + - error + - unix + quotes: + - error + - single + semi: + - error + - never + '@typescript-eslint/explicit-module-boundary-types': + - 0 + '@typescript-eslint/no-explicit-any': + - 0 diff --git a/addon/web/client/README.md b/addon/web/client/README.md index 02aac3f..b58e0af 100644 --- a/addon/web/client/README.md +++ b/addon/web/client/README.md @@ -44,27 +44,3 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). To learn React, check out the [React documentation](https://reactjs.org/). - -### Code Splitting - -This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) - -### Analyzing the Bundle Size - -This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) - -### Making a Progressive Web App - -This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) - -### Advanced Configuration - -This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) - -### Deployment - -This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) - -### `yarn build` fails to minify - -This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) diff --git a/addon/web/client/build/asset-manifest.json b/addon/web/client/build/asset-manifest.json index 8fdc21b..a5dbde1 100644 --- a/addon/web/client/build/asset-manifest.json +++ b/addon/web/client/build/asset-manifest.json @@ -1,25 +1,25 @@ { "files": { - "main.css": "/static/css/main.cb45a0e0.chunk.css", - "main.js": "/static/js/main.6b681f56.chunk.js", - "main.js.map": "/static/js/main.6b681f56.chunk.js.map", - "runtime-main.js": "/static/js/runtime-main.48e80cd2.js", - "runtime-main.js.map": "/static/js/runtime-main.48e80cd2.js.map", + "main.css": "/static/css/main.451c1dcc.chunk.css", + "main.js": "/static/js/main.5904c112.chunk.js", + "main.js.map": "/static/js/main.5904c112.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.bcda7d85.js", + "runtime-main.js.map": "/static/js/runtime-main.bcda7d85.js.map", "static/css/2.150d169a.chunk.css": "/static/css/2.150d169a.chunk.css", - "static/js/2.68265363.chunk.js": "/static/js/2.68265363.chunk.js", - "static/js/2.68265363.chunk.js.map": "/static/js/2.68265363.chunk.js.map", - "static/js/3.f3a1fc42.chunk.js": "/static/js/3.f3a1fc42.chunk.js", - "static/js/3.f3a1fc42.chunk.js.map": "/static/js/3.f3a1fc42.chunk.js.map", + "static/js/2.88d332b9.chunk.js": "/static/js/2.88d332b9.chunk.js", + "static/js/2.88d332b9.chunk.js.map": "/static/js/2.88d332b9.chunk.js.map", + "static/js/3.a88e738d.chunk.js": "/static/js/3.a88e738d.chunk.js", + "static/js/3.a88e738d.chunk.js.map": "/static/js/3.a88e738d.chunk.js.map", "index.html": "/index.html", "static/css/2.150d169a.chunk.css.map": "/static/css/2.150d169a.chunk.css.map", - "static/css/main.cb45a0e0.chunk.css.map": "/static/css/main.cb45a0e0.chunk.css.map", - "static/js/2.68265363.chunk.js.LICENSE.txt": "/static/js/2.68265363.chunk.js.LICENSE.txt" + "static/css/main.451c1dcc.chunk.css.map": "/static/css/main.451c1dcc.chunk.css.map", + "static/js/2.88d332b9.chunk.js.LICENSE.txt": "/static/js/2.88d332b9.chunk.js.LICENSE.txt" }, "entrypoints": [ - "static/js/runtime-main.48e80cd2.js", + "static/js/runtime-main.bcda7d85.js", "static/css/2.150d169a.chunk.css", - "static/js/2.68265363.chunk.js", - "static/css/main.cb45a0e0.chunk.css", - "static/js/main.6b681f56.chunk.js" + "static/js/2.88d332b9.chunk.js", + "static/css/main.451c1dcc.chunk.css", + "static/js/main.5904c112.chunk.js" ] } \ No newline at end of file diff --git a/addon/web/client/build/index.html b/addon/web/client/build/index.html index 8eaffc8..5998f06 100644 --- a/addon/web/client/build/index.html +++ b/addon/web/client/build/index.html @@ -1 +1 @@ -