Skip to content

Commit 83a578a

Browse files
author
Joel de Leon
authored
Merge pull request #144 from particle-iot/bug/sc-104915/error-when-installing-dependencies-in-particle
Fix issue with peerDependencies coming from sinon and chai
2 parents cd143b0 + 7b86be8 commit 83a578a

File tree

5 files changed

+1097
-1577
lines changed

5 files changed

+1097
-1577
lines changed

.eslintrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
extends: ['eslint-config-particle'],
33
parserOptions: {
4-
ecmaVersion: 8,
54
sourceType: 'module'
65
},
76
env: {
@@ -14,8 +13,9 @@ module.exports = {
1413
serviceworker: true
1514
},
1615
rules: {
17-
'no-control-regex': 'off',
18-
camelcase: ["error", {
16+
'no-prototype-builtins': 'off',
17+
'no-redeclare': 'off',
18+
camelcase: ['error', {
1919
properties: 'never',
2020
allow: ['redirect_uri']
2121
}]

0 commit comments

Comments
 (0)