mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Set indent to 'warn' so that it doens't error on lint fixes for eslint 4.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"rules": {
|
||||
"curly": ["error", "multi-line"],
|
||||
"eol-last": ["error"],
|
||||
"indent": ["error", 2, {"SwitchCase": 1}], # Blockly/Google use 2-space indents
|
||||
"indent": ["warn", 2, {"SwitchCase": 1}], # Blockly/Google use 2-space indents
|
||||
"linebreak-style": ["error", "unix"],
|
||||
"max-len": ["error", 120, 4],
|
||||
"no-trailing-spaces": ["error", { "skipBlankLines": true }],
|
||||
|
||||
Reference in New Issue
Block a user