Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit f5ce3fe

Browse files
committed
Add a note about performance regarding unknown member linting
1 parent 369353c commit f5ce3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Main.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports =
1515
showUnknownMembers:
1616
title : 'Show unknown members'
1717
description : '''
18-
Highlights class members that could not be found.
18+
Highlights class members that could not be found. Note that this can a large strain on performance.
1919
'''
2020
type : 'boolean'
2121
default : true

0 commit comments

Comments
 (0)