Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
eslint: restore previous behavoir
Browse files Browse the repository at this point in the history
  • Loading branch information
gp-as committed Aug 22, 2016
1 parent bc80b75 commit 3d3596d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/gulp/tasks/scripts-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ module.exports = function(settings, plugins, config) {
'strict': 0,
'import/no-unresolved': 0,
'no-new': 0,
}
},
parser: 'babel-eslint',
parserOptions: {
ecmaFeatures: {
modules: true,
}
},
}
];

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
Expand Down

0 comments on commit 3d3596d

Please sign in to comment.