mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Ignore indentation lint
The new promises chaining causes lint errors that are false positives.
This commit is contained in:
@@ -89,6 +89,8 @@ module.exports = (grunt) ->
|
||||
level: 'error'
|
||||
max_line_length:
|
||||
level: 'ignore'
|
||||
indentation:
|
||||
level: 'ignore'
|
||||
src: [
|
||||
'dot-atom/**/*.coffee'
|
||||
'exports/**/*.coffee'
|
||||
|
||||
Reference in New Issue
Block a user