Skip to content

Commit a8ae844

Browse files
committed
Updated linting rules
1 parent e592639 commit a8ae844

33 files changed

+170
-166
lines changed

ava.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const config = {
88
failFast: true,
99
typescript: {
1010
rewritePaths: {
11-
'src/': 'lib/'
11+
'src/': 'lib/',
1212
},
13-
compile: false
14-
}
13+
compile: false,
14+
},
1515
};
1616

1717
export default config;

lib/cache.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { CacheIndex, CacheValue } from './types';
21
import { Db, MongoClient } from 'mongodb';
2+
import { CacheIndex, CacheValue } from './types';
33
/**
44
* Plugin cached connection handling class.
55
* @version 3.1.0

lib/cache.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cache.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gridfs.js

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)