Skip to content

Commit

Permalink
Merge pull request #2 from v-empower/Nov2022-FC
Browse files Browse the repository at this point in the history
Build files
  • Loading branch information
fareed069417 authored Nov 22, 2022
2 parents a8b09d9 + 5de0444 commit 22b20e7
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 342 deletions.
Binary file modified .DS_Store
Binary file not shown.
28 changes: 5 additions & 23 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended"
],
"overrides": [
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react",
"@typescript-eslint"
],
"rules": {
}
}
'extends': [
'@jitsi/eslint-config',
'@jitsi/eslint-config/typescript'
]
};
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
/lib
.DS_Store
Loading

0 comments on commit 22b20e7

Please sign in to comment.