add common plugin options to validOptions just to be safe
This commit is contained in:
@@ -70,7 +70,12 @@ File.validOptions = [
|
||||
"ast",
|
||||
"format",
|
||||
"playground",
|
||||
"experimental"
|
||||
"experimental",
|
||||
|
||||
// these are used by plugins
|
||||
"ignore",
|
||||
"only",
|
||||
"extensions"
|
||||
];
|
||||
|
||||
File.normaliseOptions = function (opts) {
|
||||
|
||||
Reference in New Issue
Block a user