Issues (121)

src/js/ace.config.js (1 issue)

Labels
Severity
1
// Ace global config
2
ace.config.set('basePath', 'https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.3/');
0 ignored issues
show
The variable ace seems to be never declared. If this is a global, consider adding a /** global: ace */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...