AtomLinter / linter-scss-lint

Linter plugin for SCSS, using scss-lint
36 stars 21 forks source link

Allow disabling of execution timeout #203

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Apparently scss-lint can take over 10s to run on large files, allow users to disable the timeout if they are running on files that large.

Fixes #176.


This change is Reviewable