chore(cr): newline at end of file + eslint enforcement
parent
35c3a656c6
commit
cf71d2bd0a
|
@ -30,6 +30,7 @@ module.exports = {
|
||||||
'vue/html-self-closing': 0,
|
'vue/html-self-closing': 0,
|
||||||
'vue/multi-word-component-names': 0,
|
'vue/multi-word-component-names': 0,
|
||||||
'vue/no-reserved-component-names': 0,
|
'vue/no-reserved-component-names': 0,
|
||||||
|
'eol-last': ['error', 'always'],
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
'describe': true,
|
'describe': true,
|
||||||
|
|
|
@ -27,4 +27,4 @@ THE SOFTWARE.
|
||||||
export const accessLogParamsDefault = 'buffer=512k flush=1m';
|
export const accessLogParamsDefault = 'buffer=512k flush=1m';
|
||||||
|
|
||||||
export const errorLogLevelDefault = 'warn';
|
export const errorLogLevelDefault = 'warn';
|
||||||
export const errorLogLevelOptions = Object.freeze(['debug', 'info', 'notice', 'warn', 'error', 'crit', 'alert', 'emerg']);
|
export const errorLogLevelOptions = Object.freeze(['debug', 'info', 'notice', 'warn', 'error', 'crit', 'alert', 'emerg']);
|
||||||
|
|
Loading…
Reference in New Issue