.
This commit is contained in:
parent
b01b667efd
commit
0cb1bea747
2 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue