rename decoratorsStage2 -> decorators2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"plugins": ["classProperties", "decoratorsStage2"],
|
||||
"plugins": ["classProperties", "decorators2"],
|
||||
"throws": "Stage 2 decorators may only be used with a class or a class method (2:2)"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"plugins": ["decoratorsStage2", "classProperties"],
|
||||
"plugins": ["decorators2", "classProperties"],
|
||||
"throws": "Stage 2 decorators may only be used with a class or a class method (2:2)"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"plugins": ["classProperties", "classPrivateProperties", "decoratorsStage2"],
|
||||
"plugins": ["classProperties", "classPrivateProperties", "decorators2"],
|
||||
"throws": "Stage 2 decorators may only be used with a class or a class method (2:2)"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"plugins": ["classProperties", "decoratorsStage2"],
|
||||
"plugins": ["classProperties", "decorators2"],
|
||||
"throws": "Stage 2 decorators may only be used with a class or a class method (2:2)"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["decoratorsStage2"]
|
||||
"plugins": ["decorators2"]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"plugins": ["decorators", "decoratorsStage2"],
|
||||
"throws": "Cannot use decorators and decoratorsStage2 plugin together"
|
||||
"plugins": ["decorators", "decorators2"],
|
||||
"throws": "Cannot use decorators and decorators2 plugin together"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user