Skip to content

Commit

Permalink
Merge pull request #48 from GDGAhmedabad/revert-14-update-hoverboard-…
Browse files Browse the repository at this point in the history
…latest-22

Revert "Upgrade to hoveboard latest version 2022 (Sept)"
  • Loading branch information
JaldeepAsodariya committed Sep 12, 2022
2 parents 54c34c8 + 2b4d37c commit 2ab4605
Show file tree
Hide file tree
Showing 573 changed files with 55,129 additions and 76,937 deletions.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"development": {
"presets": [
[
"@babel/preset-env",
{
"shippedProposals": true
}
]
]
}
}
}
79 changes: 37 additions & 42 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,56 @@
{
"root": true,
"extends": [
"eslint:recommended",
"plugin:jest/all",
"plugin:testing-library/dom",
"plugin:jest-dom/recommended",
"plugin:import/errors",
"plugin:import/typescript",
"prettier"
"google",
"plugin:polymer/polymer-2"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2020
"ecmaVersion": 6
},
"env": {
"browser": true,
"es6": true
},
"plugins": ["jest", "@typescript-eslint", "html", "import"],
"ignorePatterns": ["dist/"],
"settings": {
"import/parsers": {
"@typescript-eslint/parser": [".ts", ".tsx"]
},
"import/resolver": {
"typescript": {
"alwaysTryTypes": true,
"project": "./tsconfig.json"
}
}
},
"plugins": [
"html",
"polymer"
],
"rules": {
"brace-style": "off",
"new-cap": "off",
"no-var": "error",
"no-var": "off",
"require-jsdoc": "off",
"max-len": ["error", { "code": 120 }],
"max-len": ["error", { "code": 100 }],
"object-curly-spacing": ["error", "always"],
"space-before-function-paren": [
"error",
{ "anonymous": "always", "named": "never", "asyncArrow": "always" }
],
"linebreak-style": 0,
"jest/no-hooks": "off",
"jest/prefer-expect-assertions": "off",
"jest/require-hook": "off"
"space-before-function-paren": ["error", {"anonymous": "always", "named": "never", "asyncArrow": "always"}],
"linebreak-style": 0
},
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"rules": {
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }]
}
}
],
"globals": {
"ServiceWorkerGlobalScope": true
"Polymer": true,
"firebase": true,
"google": true,
"ga": true,
"ShadyCSS": true,
"ReduxMixin": true,
"uiActions": true,
"routingActions": true,
"dialogsActions": true,
"toastActions": true,
"ticketsActions": true,
"partnersActions": true,
"videosActions": true,
"blogActions": true,
"speakersActions": true,
"previousSpeakersActions": true,
"sessionsActions": true,
"scheduleActions": true,
"galleryActions": true,
"teamActions": true,
"userActions": true,
"subscribeActions": true,
"notificationsActions": true,
"helperActions": true,
"DIALOGS": true,
"NOTIFICATIONS_STATUS": true
}
}
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/deploy-preview.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/deploy.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/main.yaml

This file was deleted.

82 changes: 12 additions & 70 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,72 +1,14 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
firebase-debug.*.log*

# Firebase cache
.firebase/

# Firebase config

# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
.firebaserc

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# Custom
bower_components/
dist/
node_modules/
build/
functions/lib/
.idea/
.temp/
.vscode/
.firebaserc
.firebase
/appengine/dist/
ServiceAccount/
serviceAccount.json
*-adminsdk-*.json
.DS_Store
‘~/
6 changes: 0 additions & 6 deletions .markdownlint.json

This file was deleted.

2 changes: 0 additions & 2 deletions .markdownlintignore

This file was deleted.

1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierrc.json

This file was deleted.

12 changes: 0 additions & 12 deletions .stylelintrc.json

This file was deleted.

Loading

0 comments on commit 2ab4605

Please sign in to comment.