We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce5e92 commit 4a95ea1Copy full SHA for 4a95ea1
index.js
@@ -9,11 +9,8 @@ module.exports = {
9
'./rules/es6'
10
].map(require.resolve),
11
parserOptions: {
12
- ecmaVersion: 8,
13
- sourceType: 'module',
14
- ecmaFeatures: {
15
- experimentalObjectRestSpread: true,
16
- }
+ ecmaVersion: 9,
+ sourceType: 'module'
17
},
18
env: {
19
browser: true,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-o2team-wx",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "ESLint Shareable Config for WXAPP based on the O2Team Javascript Style Guide",
5
"main": "index.js",
6
"scripts": {
@@ -21,6 +21,6 @@
21
"homepage": "https://github.com/o2team/eslint-config-o2team-wx",
22
"devDependencies": {
23
"ava": "^0.25.0",
24
- "eslint": "^4.18.1"
+ "eslint": "^5.14.1"
25
}
26
0 commit comments