Skip to content

Commit

Permalink
refactor: rename decorators-2 to decorators, decorators to decorators…
Browse files Browse the repository at this point in the history
…-legacy
  • Loading branch information
JLHwung committed Jun 13, 2022
1 parent c8848c9 commit 3385119
Show file tree
Hide file tree
Showing 147 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"plugins": [
[
"decorators",
{
"decoratorsBeforeExport": false
}
"decorators-legacy"
]
],
"throws": "Decorators must not be followed by a semicolon. (2:5)"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["decorators-legacy"]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"plugins": [
[
"decorators-legacy"
"decorators",
{
"decoratorsBeforeExport": false
}
]
],
"throws": "Decorators must not be followed by a semicolon. (2:5)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["decorators-legacy"]
"plugins": [["decorators", { "decoratorsBeforeExport": false }]]
}

0 comments on commit 3385119

Please sign in to comment.