Skip to content

Commit

Permalink
Change eslintrc to json and remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xJkit committed Jul 26, 2018
1 parent ec6e178 commit 41158e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.js → .eslintrc
Expand Up @@ -15,13 +15,8 @@
"allowImportExportEverywhere": true
},
"rules": {
// don't force es6 functions to include space before paren
"space-before-function-paren": 0,

// allow specifying true explicitly for boolean props
"react/jsx-boolean-value": 0,

// allow imports mixed with non-import statements at top of file
"import/first": 0
}
}

0 comments on commit 41158e1

Please sign in to comment.