serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 159 forks source link

chore: upgrade to `eslint` v6 #672

Closed G-Rath closed 4 months ago

G-Rath commented 1 year ago

What did you implement:

Upgrades to the next major version of ESLint (v6)

(I was originally upgrading @typescript-eslint too, but v3 returns a lot of warnings which is fine but ultimately the fact that ESLint v6 works without issue means might as well land this now)

How did you implement it:

Updated the major version in package.json, installed, and ran npm run lint.

How can we verify it:

Check if CI passes

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES
Is it a breaking change?: NO