Skip to content

Commit

Permalink
Merge pull request #144 from particle-iot/bug/sc-104915/error-when-in…
Browse files Browse the repository at this point in the history
…stalling-dependencies-in-particle

Fix issue with peerDependencies coming from sinon and chai
  • Loading branch information
Joel de Leon authored Jun 17, 2022
2 parents cd143b0 + 7b86be8 commit 83a578a
Show file tree
Hide file tree
Showing 5 changed files with 1,097 additions and 1,577 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
extends: ['eslint-config-particle'],
parserOptions: {
ecmaVersion: 8,
sourceType: 'module'
},
env: {
Expand All @@ -14,8 +13,9 @@ module.exports = {
serviceworker: true
},
rules: {
'no-control-regex': 'off',
camelcase: ["error", {
'no-prototype-builtins': 'off',
'no-redeclare': 'off',
camelcase: ['error', {
properties: 'never',
allow: ['redirect_uri']
}]
Expand Down
Loading

0 comments on commit 83a578a

Please sign in to comment.