axa-group / bauta.js

Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.
Other
42 stars 3 forks source link

chore: update eslint rule #121

Closed Keith-Web3 closed 1 year ago

Keith-Web3 commented 1 year ago

Pull Request Template

Fixes #46

PR Checklist

PR Description

Changed the "class-methods-use-this" field in eslintrc from "warn" to ["error", { "enforceForClassFields": false }] so classes don't just get a warning when they use the "this" keyword incorrectly but they error.