Added new aslant rule

This commit is contained in:
Jori Lallo 2016-08-03 14:48:01 +03:00
parent 2f51a20369
commit c21b635297
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"arrow-body-style":[0, "as-needed"], // fix `this` shortcut on ES6 classes
"react/jsx-no-bind": 0, // Makes difficult to pass args to prop functions
"react/jsx-curly-spacing": [2, "always"], // Spaces inside curlies
"react/prefer-stateless-function": 0, // Don't prefer stateless components
"no-else-return": 0,
},
"settings" : {