run prettier

This commit is contained in:
karsten13
2021-07-05 19:51:18 +02:00
parent bbb3accf0c
commit 209e049893
38 changed files with 38 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
* By rejas * By rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rejas * By Rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -5,7 +5,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rejas * By Rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Sergey Morozov * By Sergey Morozov
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Sergey Morozov * By Sergey Morozov
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -2,7 +2,7 @@
* *
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Sergey Morozov * By Sergey Morozov
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Johan Hammar * By Johan Hammar
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../../default.js') const configFactory = require("../../../default.js");
const config = configFacory({ const config = configFacory({
language: "es", language: "es",

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../../default.js') const configFactory = require("../../../default.js");
const config = configFacory({ const config = configFacory({
language: "es", language: "es",

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../../default.js') const configFactory = require("../../../default.js");
const config = configFacory({ const config = configFacory({
language: "es", language: "es",

View File

@@ -4,7 +4,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../../default.js') const configFactory = require("../../../default.js");
const config = configFacory({ const config = configFacory({
language: "es", language: "es",

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rejas * By Rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rejas * By Rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../default.js') const configFactory = require("../default.js");
let config = configFacory({ let config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -2,7 +2,7 @@
* *
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -2,7 +2,7 @@
* *
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../default.js') const configFactory = require("../default.js");
const config = configFacory({ const config = configFacory({
modules: modules:

View File

@@ -3,7 +3,7 @@
* By rejas https://github.com/rejas * By rejas https://github.com/rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By fewieden https://github.com/fewieden * By fewieden https://github.com/fewieden
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By fewieden https://github.com/fewieden * By fewieden https://github.com/fewieden
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
modules: [ modules: [

View File

@@ -3,7 +3,7 @@
* By fewieden https://github.com/fewieden * By fewieden https://github.com/fewieden
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
units: "imperial", units: "imperial",

View File

@@ -3,7 +3,7 @@
* By fewieden https://github.com/fewieden * By fewieden https://github.com/fewieden
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By fewieden https://github.com/fewieden * By fewieden https://github.com/fewieden
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
timeFormat: 12, timeFormat: 12,

View File

@@ -3,7 +3,7 @@
* By rejas * By rejas
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('../../default.js') const configFactory = require("../../default.js");
const config = configFacory({ const config = configFacory({
units: "imperial", units: "imperial",

View File

@@ -3,7 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com * By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed. * MIT Licensed.
*/ */
const configFactory = require('./default.js') const configFactory = require("./default.js");
const config = configFacory({ const config = configFacory({
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"] ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"]