Skip to content

Commit

Permalink
Enable ES6 eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Aug 11, 2020
1 parent 90ecea7 commit 974ad6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"commonjs": true,
"jasmine": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
"linebreak-style": [
Expand All @@ -19,4 +23,4 @@
"always"
]
}
}
}

0 comments on commit 974ad6c

Please sign in to comment.