Skip to content

Commit

Permalink
Upgrade(dev): npm update, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynhathaway committed May 25, 2021
1 parent ec7e79c commit 3dbec04
Show file tree
Hide file tree
Showing 5 changed files with 14,167 additions and 2,708 deletions.
20 changes: 20 additions & 0 deletions .eslintrc.cjs
@@ -0,0 +1,20 @@
module.exports = {
"plugins": [
"evelyn",
],

"extends": [
"plugin:evelyn/default",
"plugin:evelyn/typescript",
],

"ignorePatterns": [
"lib",
"coverage",
],

"rules": {
// When passing Location methods, TypeScript will warn that it's unbound, but we're not calling them
"@typescript-eslint/unbound-method": "off",
},
};
39 changes: 0 additions & 39 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion config/jest-setup.ts
@@ -1,2 +1,2 @@
// Default setup side-effects
import "../src/";
import "../src";

0 comments on commit 3dbec04

Please sign in to comment.