You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(c-api): use File_Language instead of Linter_Options for QLJS_Web_Demo_Document
QLJS_Web_Demo_Document keeps track of a Linter_Options object. This
will be problematic when we allow some linter options to be
overwritten by a user quick-lint-js.config file.
Refactor QLJS_Web_Demo_Document to work with File_Language instead.
Only create a Linter_Options object at the last minute.
0 commit comments