Change how options parsing works

This commit is contained in:
1computer1 2019-03-13 01:08:03 -04:00
parent db79b4b026
commit 318a485bfb
2 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,7 @@ class JavaScript extends Language {
highlight: 'js',
aliases: ['javaScript', 'js'],
options: {
harmony: () => true
harmony: () => ''
}
});
}