adapting scode eslint standard config
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -0,0 +1,3 @@
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
||||
|
Reference in New Issue
Block a user