Skip to content

Commit

Permalink
WIP v3 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Mar 4, 2024
1 parent 82a707f commit ded87d7
Show file tree
Hide file tree
Showing 72 changed files with 3,319 additions and 6,982 deletions.
33 changes: 12 additions & 21 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
},
"extends": [
"eslint:recommended",
"airbnb-base",
"airbnb-base"
],
"parser": "@babel/eslint-parser",
"rules": {
"func-names": 0,
"indent": ["error", 2],
Expand All @@ -15,9 +14,8 @@
"ignoreTemplateLiterals": true,
"ignoreRegExpLiterals": true,
"ignoreStrings": true,
"ignoreComments": false,
"ignoreComments": false
}],
"no-undef": 0,
"no-console": 0,
"no-else-return": 0,
"no-multi-assign": 0,
Expand All @@ -30,29 +28,22 @@
"no-useless-escape": 0,
"prefer-destructuring": ["error", {
"array": false,
"object": false,
"object": false
}, {
"enforceForRenamedProperties": false
}],
"radix": 0,
"wrap-iife": [2, "inside"],
"wrap-iife": [2, "inside"]
},
"globals": {
"$": true,
"chrome": true,
"browser": true,
"app": true,
"disableTabExtension": true,
"getCurrentTabUrl": true,
"hljs": true,
"navigator": true,
"window": true,
"document": true,
"Nuxeo": true,
"nuxeo": true,
"studioExt": true,
},
overrides: [
{
files: ['gulpfile.mjs'], // replace with the path to your gulpfile
rules: {
'import/no-extraneous-dependencies': ['error', { devDependencies: true }],
},
},
]
"disableTabExtension": true,
"hljs": true
}
}
46 changes: 0 additions & 46 deletions app/scripts/.eslintrc

This file was deleted.

27 changes: 0 additions & 27 deletions app/scripts/bkg/chrome-api-adapter.js

This file was deleted.

222 changes: 0 additions & 222 deletions app/scripts/bkg/common.js

This file was deleted.

Loading

0 comments on commit ded87d7

Please sign in to comment.