1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-07-23 23:26:18 -04:00 committed by Joost De Cock
parent b01b667efd
commit 0cb1bea747
2 changed files with 3 additions and 7 deletions

View file

@ -11,17 +11,13 @@
"react"
],
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
"sourceType": "module"
},
"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
"react/jsx-boolean-value": 0
}
}