Skip to content

Commit

Permalink
fix(lint): Set eslint parser directly
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Sep 8, 2016
1 parent e6a7cd4 commit 4f79fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bin/mastarm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ commander
process.argv.push('--verbose')
engine.cli(Object.assign({}, standard, {
cwd: process.cwd(),
homepage: 'https://github.com/conveyal/mastarm'
homepage: 'https://github.com/conveyal/mastarm',
eslintConfig: {
parser: 'babel-eslint'
}
}))
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"aws-sdk": "^2.4.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
Expand Down

0 comments on commit 4f79fc9

Please sign in to comment.