Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(decorators): enable legacy decorators
This is not needed once babel-eslint@11 is out. Afterwards, the plugin settings will be sufficient: ["@babel/plugin-proposal-decorators", { "legacy": true }],
- Loading branch information