fix: code linting
This commit is contained in:
parent
208b816011
commit
9f16d3e3fa
@ -247,7 +247,7 @@ export default {
|
|||||||
|
|
||||||
<style lang='scss'>
|
<style lang='scss'>
|
||||||
.v-textarea.is-monospaced textarea {
|
.v-textarea.is-monospaced textarea {
|
||||||
font-family: 'Roboto Mono';
|
font-family: 'Roboto Mono', 'Courier New', Courier, monospace;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
@ -336,7 +336,6 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
margin: 0 5px;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
@ -6,7 +6,8 @@ const winston = require('winston')
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
init (logger, conf) {
|
init (logger, conf) {
|
||||||
require('winston-papertrail').Papertrail // eslint-disable-line no-unused-expressions
|
// eslint-disable-next-line no-unused-expressions
|
||||||
|
require('winston-papertrail').Papertrail // NOSONAR
|
||||||
logger.add(new winston.transports.Papertrail({
|
logger.add(new winston.transports.Papertrail({
|
||||||
host: conf.host,
|
host: conf.host,
|
||||||
port: conf.port,
|
port: conf.port,
|
||||||
|
Loading…
Reference in New Issue
Block a user