Skip to content

Commit

Permalink
Stop ESLint from looking for a configuration file in parent folders (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
skiritsis authored and gaearon committed Nov 28, 2017
1 parent 5f9b493 commit e5cacb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const ERROR = 2;
module.exports = {
extends: 'fbjs',

// Stop ESLint from looking for a configuration file in parent folders
'root': true,

plugins: [
'react',
'react-internal',
Expand Down

0 comments on commit e5cacb2

Please sign in to comment.