update eslint config and add placeholders
This commit is contained in:
parent
f40e6d51a5
commit
48dfd71278
6 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
"camelcase": "error",
|
||||
|
||||
// Unused Variables
|
||||
"no-unused-vars": "warn",
|
||||
"no-unused-vars": "ignore",
|
||||
|
||||
// Arrow Functions
|
||||
"prefer-arrow-callback": "error",
|
||||
|
|
0
config/placeholder
Normal file
0
config/placeholder
Normal file
0
controller/placeholder
Normal file
0
controller/placeholder
Normal file
0
model/placeholder
Normal file
0
model/placeholder
Normal file
0
public/placeholder
Normal file
0
public/placeholder
Normal file
|
@ -2,7 +2,7 @@ const express = require("express");
|
|||
const router = express.Router();
|
||||
|
||||
router.get("/", (req, res) => {
|
||||
|
||||
// API stuff goes here
|
||||
});
|
||||
|
||||
module.exports = router;
|
Loading…
Reference in a new issue