Skip to content

Commit 4e97fb3

Browse files
committed
Update packages
1 parent 740d1c7 commit 4e97fb3

File tree

4 files changed

+294
-159
lines changed

4 files changed

+294
-159
lines changed

.eslintrc.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
module.exports = {
22
root: true,
33

4-
plugins: [
5-
'@paycertify'
6-
],
7-
8-
extends: [
9-
'plugin:@paycertify/recommended',
10-
'plugin:@paycertify/node'
11-
],
4+
plugins: ['zero-config'],
5+
extends: ['plugin:zero-config/node'],
126

137
env: {
148
mocha: true

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-disable max-len, max-lines-per-function */
2+
// eslint-disable-next-line strict
23
'use strict';
34

45
const path = require('path');

0 commit comments

Comments
 (0)