Skip to content

Commit 1fe6e37

Browse files
author
deleonn
committed
Update eslint to version 8.x
1 parent a5fe439 commit 1fe6e37

File tree

3 files changed

+967
-1436
lines changed

3 files changed

+967
-1436
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)