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 2a15884 commit 6adb24eCopy full SHA for 6adb24e
index.js
@@ -10,11 +10,15 @@ module.exports = {
10
].map(require.resolve),
11
parserOptions: {
12
ecmaVersion: 8,
13
- sourceType: 'module'
+ sourceType: 'module',
14
+ ecmaFeatures: {
15
+ experimentalObjectRestSpread: true,
16
+ }
17
},
18
env: {
19
browser: true,
20
node: true,
21
+ es6: true,
22
amd: false,
23
mocha: false,
24
jasmine: false
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-o2team",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "ESLint Shareable Config for the O2Team Javascript Style Guide",
5
"main": "index.js",
6
"scripts": {
0 commit comments