mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
@@ -66,8 +66,8 @@ module.exports = {
|
||||
'no-underscore-dangle': 0,
|
||||
// disallow the use of Boolean literals in conditional expressions
|
||||
'no-unneeded-ternary': 0,
|
||||
// require or disallow padding inside curly braces
|
||||
'object-curly-spacing': 0,
|
||||
// require padding inside curly braces
|
||||
'object-curly-spacing': [2, 'always'],
|
||||
// allow just one var statement per function
|
||||
'one-var': [2, 'never'],
|
||||
// require assignment operator shorthand where possible or prohibit it entirely
|
||||
|
||||
Reference in New Issue
Block a user