Skip to content

Commit 4a95ea1

Browse files
committed
feat: remote deprecating options
1 parent 8ce5e92 commit 4a95ea1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ module.exports = {
99
'./rules/es6'
1010
].map(require.resolve),
1111
parserOptions: {
12-
ecmaVersion: 8,
13-
sourceType: 'module',
14-
ecmaFeatures: {
15-
experimentalObjectRestSpread: true,
16-
}
12+
ecmaVersion: 9,
13+
sourceType: 'module'
1714
},
1815
env: {
1916
browser: true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-o2team-wx",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "ESLint Shareable Config for WXAPP based on the O2Team Javascript Style Guide",
55
"main": "index.js",
66
"scripts": {
@@ -21,6 +21,6 @@
2121
"homepage": "https://github.com/o2team/eslint-config-o2team-wx",
2222
"devDependencies": {
2323
"ava": "^0.25.0",
24-
"eslint": "^4.18.1"
24+
"eslint": "^5.14.1"
2525
}
2626
}

0 commit comments

Comments
 (0)