mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Ignore indentation lint
The new promises chaining causes lint errors that are false positives.
This commit is contained in:
parent
53773274df
commit
23af63b76c
@ -89,6 +89,8 @@ module.exports = (grunt) ->
|
||||
level: 'error'
|
||||
max_line_length:
|
||||
level: 'ignore'
|
||||
indentation:
|
||||
level: 'ignore'
|
||||
src: [
|
||||
'dot-atom/**/*.coffee'
|
||||
'exports/**/*.coffee'
|
||||
|
Loading…
Reference in New Issue
Block a user