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

Commit

Permalink
Updated ESLint package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
montogeek authored and MoOx committed Oct 25, 2016
1 parent 4dfcf8f commit fe89e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/eslint-config-recommended/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
"browser": true,
"node": true,
},
"plugins": [
"react"
],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
Expand Down

0 comments on commit fe89e7f

Please sign in to comment.