commit
13a70d3186
12 changed files with 61 additions and 31 deletions
|
@ -59,7 +59,8 @@ module.exports = {
|
|||
'no-var': ['error'],
|
||||
'space-before-blocks': ['error'],
|
||||
'space-infix-ops': 'error',
|
||||
'yoda': 'error'
|
||||
'yoda': 'error',
|
||||
'no-void': ['error', { "allowAsStatement": true }]
|
||||
},
|
||||
settings: {
|
||||
react: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue