projects
/
squeep-mystery-box
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump package version to 2.0.3
[squeep-mystery-box]
/
eslint.config.js
1
'use strict'
;
2
3
const
squeepConfig
=
require
(
'@squeep/eslint-config'
);
4
5
module
.
exports
= [
6
...
squeepConfig
,
7
];