Skip to content

Commit

Permalink
Merge pull request #8 from sandersky/use-babel-eslint
Browse files Browse the repository at this point in the history
Use babel-eslint as parser
  • Loading branch information
job13er committed Jan 29, 2016
2 parents a08f562 + 9071442 commit da2816a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": ["standard"],
"parser": "babel-eslint",
"rules": {
"valid-jsdoc": [
2,
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-frost-standard",
"version": "0.1.5",
"version": "0.2.0",
"description": "Standard ESLint rules for Frost projects",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,7 @@
"mocha": "^2.4.2"
},
"dependencies": {
"babel-eslint": "^4.1.6",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1"
}
Expand Down

0 comments on commit da2816a

Please sign in to comment.