Skip to content

Commit

Permalink
Major codebase maintenance
Browse files Browse the repository at this point in the history
* Upgrade all dependecies to latest version
* Refactor for compatibility with Ajv 7
* Move from Yarn to npm 7
* Simpler lint configuration without airbnb preset
  • Loading branch information
Hilzu committed Feb 22, 2021
1 parent 2793c89 commit c1f051f
Show file tree
Hide file tree
Showing 21 changed files with 16,272 additions and 152,419 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ module.exports = {
root: true,
extends: [
"eslint:recommended",
"airbnb-base",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/typescript",
"prettier",
],
Expand Down
Loading

0 comments on commit c1f051f

Please sign in to comment.