Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
indentation: fix linter hanging from indentation check
Browse files Browse the repository at this point in the history
  • Loading branch information
swang committed Oct 2, 2017
1 parent e197e7d commit 51dd6ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rules/indentation.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ module.exports = class Indentation
tokens: ['INDENT', '[', ']', '.']

keywords: [
'->', '=>', '@', 'CATCH', 'CLASS', 'ELSE', 'FINALLY', 'FOR',
'FORIN', 'FOROF', 'IDENTIFIER', 'IF', 'LEADING_WHEN', 'LOOP',
'PROPERTY', 'RETURN', 'SWITCH', 'THROW', 'TRY', 'UNTIL', 'WHEN',
'WHILE', 'YIELD'
'->', '=>', '@', 'CATCH', 'CLASS', 'DEFAULT', 'ELSE', 'EXPORT',
'FINALLY', 'FOR', 'FORIN', 'FOROF', 'IDENTIFIER', 'IF', 'IMPORT',
'LEADING_WHEN', 'LOOP', 'PROPERTY', 'RETURN', 'SWITCH', 'THROW',
'TRY', 'UNTIL', 'WHEN', 'WHILE', 'YIELD'
]

constructor: ->
Expand Down

0 comments on commit 51dd6ca

Please sign in to comment.