Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e3799dd

Browse files
committed
refactor: Modernize plugin syntax
- Convert to ES6+ Class - Convert to ES6+ default export - Convert to const / let - Uses import syntax - Convert errors to templates
1 parent 466ffbf commit e3799dd

File tree

2 files changed

+227
-231
lines changed

2 files changed

+227
-231
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rules": {
44
"prefer-destructuring": 1,
55
"prefer-rest-params": 1,
6+
"class-methods-use-this": 1,
67
"no-plusplus": 1,
78
"consistent-return": 1,
89
"no-param-reassign": 1

0 commit comments

Comments
 (0)