rename decoratorsStage2 -> decorators2

This commit is contained in:
Peeyush Kushwaha
2017-06-22 02:00:36 +05:30
parent e1972baff5
commit e5fdb3448d
10 changed files with 17 additions and 17 deletions

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -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)"
}

View File

@@ -1,3 +1,3 @@
{
"plugins": ["decoratorsStage2"]
"plugins": ["decorators2"]
}

View File

@@ -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"
}