keycloak / keycloak-nodejs-connect

Apache License 2.0
682 stars 421 forks source link

Replace semistandard with standard #383

Closed jonkoops closed 2 years ago

jonkoops commented 2 years ago

Replaces semistandard with standard and fixes the linting issues it produces. This allows the linting to work again as expected as standard implements newer features of ECMAScript whereas semistandard is no longer being updated.